Searched refs:gatt_find_the_connected_bda (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_int.h | 566 bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda, uint8_t* p_found_idx,
|
D | gatt_main.cc | 1233 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg()
|
D | gatt_api.cc | 1419 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in GATT_StartIf()
|
D | gatt_utils.cc | 288 bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda, uint8_t* p_found_idx, in gatt_find_the_connected_bda() function
|