Home
last modified time | relevance | path

Searched refs:is_connection_state_idle (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_int_types.h250 bool is_connection_state_idle() const { return conn_state_ == BLE_CONN_IDLE; } in is_connection_state_idle() function
Dbtm_ble_bgconn.cc352 if (!btm_cb.ble_ctr_cb.is_connection_state_idle() || in btm_ble_start_auto_conn()
Dbtm_ble_gap.cc2524 if (btm_cb.ble_ctr_cb.is_connection_state_idle() && in btm_ble_update_mode_operation()
/system/bt/stack/acl/
Dbtm_pm.cc854 if (!btm_cb.ble_ctr_cb.is_connection_state_idle()) { in btm_pm_device_in_active_or_sniff_mode()