![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
Callback definition. More...
Callback definition.
Typedefs | |
typedef void(* | ble_disc_comp_cb_t) (uint16_t conn_hdl) |
Callback invoked when discovery is completed. More... | |
typedef void(* | ble_disc_serv_cb_t) (uint16_t conn_hdl, uint8_t idx, uint16_t type, void *p_param) |
Callback invoked when service discovered. More... | |
typedef void(* ble_disc_comp_cb_t) (uint16_t conn_hdl) |
Callback invoked when discovery is completed.
conn_hdl | connection handle |
typedef void(* ble_disc_serv_cb_t) (uint16_t conn_hdl, uint8_t idx, uint16_t type, void *p_param) |
Callback invoked when service discovered.
conn_hdl | connection handle |