Home
last modified time | relevance | path

Searched refs:found_idx (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_main.cc923 uint8_t found_idx; in gatt_proc_srv_chg() local
931 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg()
932 tGATT_TCB* p_tcb = &gatt_cb.tcb[found_idx]; in gatt_proc_srv_chg()
954 start_idx = ++found_idx; in gatt_proc_srv_chg()
H A Dgatt_api.cc1114 uint8_t start_idx, found_idx; in GATT_StartIf() local
1124 gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in GATT_StartIf()
1131 start_idx = ++found_idx; in GATT_StartIf()