Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]

Callback definition. More...

Detailed Description

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 Documentation

◆ ble_disc_comp_cb_t

typedef void(* ble_disc_comp_cb_t) (uint16_t conn_hdl)

Callback invoked when discovery is completed.

Parameters
conn_hdlconnection handle

◆ ble_disc_serv_cb_t

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.

Parameters
conn_hdlconnection handle