Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_main.cc283 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in bta_hf_client_cb_arr_init()
476 if (handle < 1 || handle > HF_CLIENT_MAX_DEVICES) { in bta_hf_client_find_cb_by_handle()
477 log::error("handle out of range ({}, {}) {}", 1, HF_CLIENT_MAX_DEVICES, in bta_hf_client_find_cb_by_handle()
505 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in bta_hf_client_find_cb_by_bda()
533 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in bta_hf_client_find_cb_by_rfc_handle()
567 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in bta_hf_client_find_cb_by_sco_handle()
603 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in bta_hf_client_allocate_handle()
670 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in bta_hf_client_api_disable()
948 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in bta_hf_client_dump_statistics()
Dbta_hf_client_int.h49 #define HF_CLIENT_MAX_DEVICES 10 macro
209 tBTA_HF_CLIENT_CB cb[HF_CLIENT_MAX_DEVICES];
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc86 #define HF_CLIENT_MAX_DEVICES 10 macro
88 btif_hf_client_cb_t cb[HF_CLIENT_MAX_DEVICES];
203 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in btif_hf_client_get_cb_by_handle()
227 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in btif_hf_client_get_cb_by_bda()
249 for (int i = 0; i < HF_CLIENT_MAX_DEVICES; i++) { in btif_hf_client_allocate_cb()