![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
Function definition. More...
Function definition.
Functions | |
ble_status_t | R_BLE_DISC_Init (void) |
Initialize the GATT services discovery function. More... | |
ble_status_t | R_BLE_DISC_Start (uint16_t conn_hdl, const st_ble_disc_entry_t *p_entries, uint8_t num_of_entires, ble_disc_comp_cb_t cb) |
Start GATT service discovery. More... | |
ble_status_t R_BLE_DISC_Init | ( | void | ) |
Initialize the GATT services discovery function.
ble_status_t R_BLE_DISC_Start | ( | uint16_t | conn_hdl, |
const st_ble_disc_entry_t * | p_entries, | ||
uint8_t | num_of_entires, | ||
ble_disc_comp_cb_t | cb | ||
) |
Start GATT service discovery.
[in] | conn_hdl | connection handle |
[in] | p_entries | The information of services to be detected. |
[in] | num_of_entires | The number of services to be detected. |
[in] | cb | The callback function which is called when the service has been detected. |