Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc1351 uint8_t start_idx, found_idx; in GATT_StartIf() local
1359 start_idx = 0; in GATT_StartIf()
1361 gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in GATT_StartIf()
1373 start_idx = ++found_idx; in GATT_StartIf()
Dgatt_main.cc1156 uint8_t start_idx = 0; in gatt_proc_srv_chg() local
1157 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg()
1180 start_idx = ++found_idx; in gatt_proc_srv_chg()
Dgatt_utils.cc285 bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda, in gatt_find_the_connected_bda() argument
290 log::debug("start_idx={}", start_idx); in gatt_find_the_connected_bda()
292 for (i = start_idx; i < gatt_get_max_phy_channel(); i++) { in gatt_find_the_connected_bda()
Dgatt_int.h547 bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda,