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];
364 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in alloc_device()
375 if (index > BTIF_RC_NUM_CONN) { in get_connected_device()
377 BTIF_RC_NUM_CONN); in get_connected_device()
390 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in get_num_connected_devices()
404 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_bda()
417 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_handle()
1094 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_is_connected_peer()
1724 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in init()
[all …]