Home
last modified time | relevance | path

Searched refs:gatt_find_the_connected_bda (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_main.c1145 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) in gatt_proc_srv_chg()
Dgatt_int.h592 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, tBT_TR…
Dgatt_api.c1343 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) in GATT_StartIf()
Dgatt_utils.c708 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, in gatt_find_the_connected_bda() function