Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf.h31 BTHF_CONNECTION_STATE_DISCONNECTED = 0, enumerator
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc273 hf_cb->state = BTHF_CONNECTION_STATE_DISCONNECTED; in reset_control_block()
365 BTHF_CONNECTION_STATE_DISCONNECTED, &(p_data->open.bd_addr)); in btif_hf_upstreams_evt()
391 BTHF_CONNECTION_STATE_DISCONNECTED, in btif_hf_upstreams_evt()
771 if (btif_hf_cb[i].state == BTHF_CONNECTION_STATE_DISCONNECTED) { in connect_int()
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc396 case BthfConnectionState::BTHF_CONNECTION_STATE_DISCONNECTED: in ToProfileConnectionState()