Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_pan_api.h101 #ifndef BTA_PAN_NUM_CONN
102 #define BTA_PAN_NUM_CONN 4 macro
/system/bt/bta/pan/
Dbta_pan_main.cc142 for (i = 0; i < BTA_PAN_NUM_CONN; i++, p_scb++) { in bta_pan_scb_alloc()
150 if (i == BTA_PAN_NUM_CONN) { in bta_pan_scb_alloc()
295 for (i = 0; i < BTA_PAN_NUM_CONN; i++, p_scb++) { in bta_pan_scb_by_handle()
Dbta_pan_int.h135 tBTA_PAN_SCB scb[BTA_PAN_NUM_CONN]; /* state machine control blocks */
Dbta_pan_act.cc263 for (uint8_t index = 0; index < BTA_PAN_NUM_CONN; index++) { in bta_pan_has_multiple_connections()
279 for (uint8_t index = 0; index < BTA_PAN_NUM_CONN; index++) { in bta_pan_has_multiple_connections()
417 for (i = 0; i < BTA_PAN_NUM_CONN; i++, p_scb++) { in bta_pan_disable()