Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc109 uint16_t gatt_get_max_phy_channel() { in gatt_get_max_phy_channel() function
292 for (i = start_idx; i < gatt_get_max_phy_channel(); i++) { in gatt_find_the_connected_bda()
380 for (i = 0; i < gatt_get_max_phy_channel(); i++) { in gatt_is_bda_connected()
402 for (; i < gatt_get_max_phy_channel(); i++) { in gatt_find_i_tcb_by_addr()
423 if ((tcb_idx < gatt_get_max_phy_channel()) && gatt_cb.tcb[tcb_idx].in_use) in gatt_get_tcb_by_idx()
462 for (int i = 0; i < gatt_get_max_phy_channel(); i++) { in gatt_tcb_dump()
476 gatt_get_max_phy_channel(), in_use_cnt, stream.str().c_str()); in gatt_tcb_dump()
495 for (int i = 0; i < gatt_get_max_phy_channel(); i++) { in gatt_allocate_tcb_by_bdaddr()
1310 for (xx = 0; xx < gatt_get_max_phy_channel(); xx++) { in gatt_find_tcb_by_cid()