Searched refs:bta_hf_client_cb_arr (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_rfc.cc | 86 bta_hf_client_cb_arr.serv_handle); in bta_hf_client_mgmt_cback() 101 } else if (port_handle == bta_hf_client_cb_arr.serv_handle) { in bta_hf_client_mgmt_cback() 134 bta_hf_client_cb_arr.serv_handle = 0; in bta_hf_client_mgmt_cback() 192 if (bta_hf_client_cb_arr.serv_handle > 0) { in bta_hf_client_start_server() 194 bta_hf_client_cb_arr.serv_handle); in bta_hf_client_start_server() 199 UUID_SERVCLASS_HF_HANDSFREE, bta_hf_client_cb_arr.scn, true, in bta_hf_client_start_server() 200 BTA_HF_CLIENT_MTU, RawAddress::kAny, &(bta_hf_client_cb_arr.serv_handle), in bta_hf_client_start_server() 204 bta_hf_client_cb_arr.serv_handle); in bta_hf_client_start_server() 207 bta_hf_client_setup_port(bta_hf_client_cb_arr.serv_handle); in bta_hf_client_start_server() 224 log::verbose("{}", bta_hf_client_cb_arr.serv_handle); in bta_hf_client_close_server() [all …]
|
D | bta_hf_client_main.cc | 263 tBTA_HF_CLIENT_CB_ARR bta_hf_client_cb_arr; variable 280 memset(&bta_hf_client_cb_arr, 0, sizeof(tBTA_HF_CLIENT_CB_ARR)); in bta_hf_client_cb_arr_init() 285 bta_hf_client_cb_init(&(bta_hf_client_cb_arr.cb[i]), i); in bta_hf_client_cb_arr_init() 286 bta_hf_client_cb_arr.cb[i].handle = BTA_HF_CLIENT_CB_FIRST_HANDLE + i; in bta_hf_client_cb_arr_init() 435 bta_hf_client_cb_arr.p_cback = p_cback; in bta_hf_client_api_enable() 436 bta_hf_client_cb_arr.features = features; in bta_hf_client_api_enable() 437 bta_hf_client_cb_arr.is_support_lc3 = features & BTA_HF_CLIENT_FEAT_SWB; in bta_hf_client_api_enable() 440 bta_hf_client_create_record(&bta_hf_client_cb_arr, p_service_name); in bta_hf_client_api_enable() 483 if (bta_hf_client_cb_arr.cb[handle - 1].is_allocated) in bta_hf_client_find_cb_by_handle() 484 return &(bta_hf_client_cb_arr.cb[handle - 1]); in bta_hf_client_find_cb_by_handle() [all …]
|
D | bta_hf_client_sco.cc | 123 } else if (bta_hf_client_cb_arr.features & BTA_HF_CLIENT_FEAT_ESCO_S4) { in bta_hf_client_sco_conn_rsp() 248 if ((bta_hf_client_cb_arr.features & BTA_HF_CLIENT_FEAT_ESCO_S4) && in bta_hf_client_sco_create()
|
D | bta_hf_client_act.cc | 298 if (!bta_hf_client_cb_arr.deregister) { in bta_hf_client_rfc_close()
|
D | bta_hf_client_int.h | 212 extern tBTA_HF_CLIENT_CB_ARR bta_hf_client_cb_arr;
|
D | bta_hf_client_at.cc | 494 (bta_hf_client_cb_arr.is_support_lc3 && codec == UUID_CODEC_LC3)) { in bta_hf_client_handle_bcs() 1811 if (bta_hf_client_cb_arr.is_support_lc3) { in bta_hf_client_send_at_bac()
|