Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc95 #define BTIF_RC_NUM_CONN BT_RC_NUM_APP macro
236 btif_rc_device_cb_t rc_multi_cb[BTIF_RC_NUM_CONN];
416 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_addr_by_handle()
435 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in alloc_device()
484 if (index >= BTIF_RC_NUM_CONN) { in get_connected_device()
485 log::error("can't support more than {} connections", BTIF_RC_NUM_CONN); in get_connected_device()
499 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_bda()
512 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_get_device_by_handle()
1329 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in btif_rc_is_connected_peer()
1940 for (int idx = 0; idx < BTIF_RC_NUM_CONN; idx++) { in init()
[all …]