Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.cc90 #define BTIF_RC_NUM_CONN BT_RC_NUM_APP macro
194 btif_rc_device_cb_t rc_multi_cb[BTIF_RC_NUM_CONN];
362 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in alloc_device()
373 if (index > BTIF_RC_NUM_CONN) { in get_connected_device()
375 BTIF_RC_NUM_CONN); in get_connected_device()
388 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in get_num_connected_devices()
402 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_bda()
415 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_handle()
1092 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_is_connected_peer()
1720 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in init()
[all …]