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.cc105 static 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()
384 for (; i < gatt_get_max_phy_channel(); i++) { in gatt_find_i_tcb_by_addr()
404 if ((tcb_idx < gatt_get_max_phy_channel()) && gatt_cb.tcb[tcb_idx].in_use) { in gatt_get_tcb_by_idx()
478 for (int i = 0; i < gatt_get_max_phy_channel(); i++) { in gatt_tcb_dump()
491 dprintf(fd, "TCB (GATT_MAX_PHY_CHANNEL: %d) in_use: %d\n%s\n", gatt_get_max_phy_channel(), in gatt_tcb_dump()
513 for (int i = 0; i < gatt_get_max_phy_channel(); i++) { in gatt_allocate_tcb_by_bdaddr()
1313 for (xx = 0; xx < gatt_get_max_phy_channel(); xx++) { in gatt_find_tcb_by_cid()