Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_hh.h35 #define BTIF_HH_MAX_ADDED_DEV 32 macro
91 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV];
/system/bt/btif/src/
Dbtif_hh.cc428 for (i = 0; i < BTIF_HH_MAX_ADDED_DEV; i++) { in btif_hh_add_added_dev()
434 for (i = 0; i < BTIF_HH_MAX_ADDED_DEV; i++) { in btif_hh_add_added_dev()
463 for (i = 0; i < BTIF_HH_MAX_ADDED_DEV; i++) { in btif_hh_remove_device()
589 for (int i = 0; i < BTIF_HH_MAX_ADDED_DEV; i++) { in btif_hh_connect()
1044 for (i = 0; i < BTIF_HH_MAX_ADDED_DEV; i++) { in btif_hh_upstreams_evt()