Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1427 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in GATT_StartIf()
1610 while (gatt_find_the_connected_bda(start_idx, addr, &found_idx, &transport)) { in GATT_SendServiceChangeIndication()
Dgatt_main.c1173 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg()
Dgatt_utils.c780 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, in gatt_find_the_connected_bda() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h646 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, tBT_TR…