Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc435 tBTA_HF_CLIENT_CB* client_cb, int indicator_id) { in bta_hf_client_handle_bind_read_supported_ind() argument
436 log::verbose("{}", indicator_id); in bta_hf_client_handle_bind_read_supported_ind()
438 client_cb->peer_hf_indicators.insert(indicator_id); in bta_hf_client_handle_bind_read_supported_ind()
442 tBTA_HF_CLIENT_CB* client_cb, int indicator_id, bool enable) { in bta_hf_client_handle_bind_read_enabled_ind() argument
443 log::verbose("{}", indicator_id); in bta_hf_client_handle_bind_read_enabled_ind()
446 client_cb->enabled_hf_indicators.insert(indicator_id); in bta_hf_client_handle_bind_read_enabled_ind()
448 client_cb->enabled_hf_indicators.erase(indicator_id); in bta_hf_client_handle_bind_read_enabled_ind()
1915 void bta_hf_client_send_at_biev(tBTA_HF_CLIENT_CB* client_cb, int indicator_id, in bta_hf_client_send_at_biev() argument
1925 if (client_cb->enabled_hf_indicators.count(indicator_id) <= 0) { in bta_hf_client_send_at_biev()
1926 log::error("HF indicators {} is disabled", indicator_id); in bta_hf_client_send_at_biev()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java996 int indicator_id = 2;
1000 msg.arg1 = indicator_id;
1009 indicator_id,