Searched refs:BTA_JV_MAX_L2C_CONN (Results 1 – 5 of 5) sorted by relevance
37 #define SLOT_CLOSE_BIT(i) (1UL << (i + BTA_JV_MAX_L2C_CONN - 1))77 l2cap_slot_t *l2cap_slots[BTA_JV_MAX_L2C_CONN + 1];122 for (size_t i = 1; i <= BTA_JV_MAX_L2C_CONN; i++) { in l2cap_find_slot_by_handle()135 for (size_t i = 1; i <= BTA_JV_MAX_L2C_CONN; i++) { in l2cap_find_slot_by_id()148 for (size_t i = 1; i <= BTA_JV_MAX_L2C_CONN; i++) { in l2cap_find_slot_by_fd()181 for (size_t i = 1; i <= BTA_JV_MAX_L2C_CONN; i++) { in l2cap_malloc_slot()262 for (size_t i = 1; i <= BTA_JV_MAX_L2C_CONN; i++) { in l2cap_free_pending_slots()470 for (size_t i = 1; i <= BTA_JV_MAX_L2C_CONN; i++) { in btc_l2cap_uninit()477 for (size_t i = 1; i <= BTA_JV_MAX_L2C_CONN; i++) { in btc_l2cap_uninit()550 uint8_t *srv_psm_arr = osi_malloc(BTA_JV_MAX_L2C_CONN); in btc_l2cap_stop_srv()[all …]
422 tBTA_JV_L2C_CB l2c_cb[BTA_JV_MAX_L2C_CONN]; /* index is GAP handle (index) */431 UINT16 free_psm_list[BTA_JV_MAX_L2C_CONN]; /* PSMs freed by java
482 if (handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback && in BTA_JvL2capClose()703 if (handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback) { in BTA_JvL2capRead()743 if (handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback) { in BTA_JvL2capReceive()782 if (p_data_size && handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback) { in BTA_JvL2capReady()814 if (handle < BTA_JV_MAX_L2C_CONN && bta_jv_cb.l2c_cb[handle].p_cback && in BTA_JvL2capWrite()
556 if (jv_handle < BTA_JV_MAX_L2C_CONN) { in bta_jv_free_set_pm_profile_cb()615 for (j = 0; j < BTA_JV_MAX_L2C_CONN; j++) { in bta_jv_alloc_set_pm_profile_cb()1250 if (gap_handle >= BTA_JV_MAX_L2C_CONN) { in bta_jv_l2cap_client_cback()1409 if (gap_handle >= BTA_JV_MAX_L2C_CONN) { in bta_jv_l2cap_server_cback()1549 for (int i = 0; i < BTA_JV_MAX_L2C_CONN; i++) { in bta_jv_l2cap_stop_server()
53 #define BTA_JV_MAX_L2C_CONN GAP_MAX_CONNECTIONS /* GAP handle is used as index, hence do not ch… macro