bt_callbacks_t 結構體參考資料

bt_callbacks_t 結構體參考資料

#include < bluetooth.h >

資料欄位

size_t  size
 
adapter_state_changed_callback   adapter_state_changed_cb
 
adapter_properties_callback   adapter_properties_cb
 
remote_device_properties_callback   remote_device_properties_cb
 
device_found_callback   device_found_cb
 
discovery_state_changed_callback   discovery_state_changed_cb
 
pin_request_callback   pin_request_cb
 
ssp_request_callback   ssp_request_cb
 
bond_state_changed_callback   bond_state_changed_cb
 
acl_state_changed_callback   acl_state_changed_cb
 
callback_thread_event   thread_evt_cb
 
dut_mode_recv_callback   dut_mode_recv_cb
 
le_test_mode_callback   le_test_mode_cb
 
energy_info_callback   energy_info_cb
 

詳細說明

TODO:新增 Link Up/Down 和其他一般通知/回呼的回呼,以及藍牙 DM 回呼結構。

定義位於檔案 bluetooth.h 400 行。

欄位說明文件

acl_state_changed_callback acl_state_changed_cb

定義位於檔案 bluetooth.h 411 行。

adapter_properties_callback adapter_properties_cb

定義位於檔案 bluetooth.h 404 行。

adapter_state_changed_callback adapter_state_changed_cb

定義位於檔案 bluetooth.h 403 行。

bond_state_changed_callback bond_state_changed_cb

定義位於檔案 bluetooth.h 410 行。

device_found_callback device_found_cb

定義位於檔案 bluetooth.h 406 行。

discovery_state_changed_callback discovery_state_changed_cb

定義位於檔案 bluetooth.h 407 行。

dut_mode_recv_callback dut_mode_recv_cb

定義位於檔案 bluetooth.h 413 行。

energy_info_callback energy_info_cb

定義位於檔案 bluetooth.h 415 行。

le_test_mode_callback le_test_mode_cb

定義位於檔案 bluetooth.h 414 行。

pin_request_callback pin_request_cb

定義位於檔案 bluetooth.h 408 行。

remote_device_properties_callback remote_device_properties_cb

定義位於檔案 bluetooth.h 405 行。

size_t size

設為 sizeof(bt_callbacks_t)

定義位於檔案 bluetooth.h 402 行。

ssp_request_callback ssp_request_cb

定義位於檔案 bluetooth.h 409 行。

定義位於檔案 bluetooth.h 412 行。


這個結構體的說明文件是由下列檔案產生: