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
195 btif_rc_device_cb_t rc_multi_cb[BTIF_RC_NUM_CONN];
390 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in alloc_device()
401 if (index > BTIF_RC_NUM_CONN) { in get_connected_device()
403 BTIF_RC_NUM_CONN); in get_connected_device()
416 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in get_num_connected_devices()
430 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_bda()
443 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_handle()
1170 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_is_connected_peer()
1796 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in init()
[all …]