Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/hf_client/
H A Dbta_hf_client_at.cc399 tBTA_HF_CLIENT_CB* client_cb, int indicator_id) { in bta_hf_client_handle_bind_read_supported_ind() argument
400 APPL_TRACE_DEBUG("%s: %d", __func__, indicator_id); in bta_hf_client_handle_bind_read_supported_ind()
402 client_cb->peer_hf_indicators.insert(indicator_id); in bta_hf_client_handle_bind_read_supported_ind()
406 tBTA_HF_CLIENT_CB* client_cb, int indicator_id, bool enable) { in bta_hf_client_handle_bind_read_enabled_ind() argument
407 APPL_TRACE_DEBUG("%s: %d", __func__, indicator_id); in bta_hf_client_handle_bind_read_enabled_ind()
410 client_cb->enabled_hf_indicators.insert(indicator_id); in bta_hf_client_handle_bind_read_enabled_ind()
412 client_cb->enabled_hf_indicators.erase(indicator_id); in bta_hf_client_handle_bind_read_enabled_ind()
1847 void bta_hf_client_send_at_biev(tBTA_HF_CLIENT_CB* client_cb, int indicator_id, in bta_hf_client_send_at_biev() argument
1857 if (client_cb->enabled_hf_indicators.count(indicator_id) <= 0) { in bta_hf_client_send_at_biev()
1858 APPL_TRACE_ERROR("%s HF indicators %d is disabled", __func__, indicator_id); in bta_hf_client_send_at_biev()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachineTest.java643 int indicator_id = 2; in testSendBIEVCommand() local
647 msg.arg1 = indicator_id; in testSendBIEVCommand()
656 indicator_id, in testSendBIEVCommand() local