Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int_types.h236 bool is_connection_state_idle() const { return conn_state_ == BLE_CONN_IDLE; } in is_connection_state_idle() function
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc840 if (!btm_cb.ble_ctr_cb.is_connection_state_idle()) { in btm_pm_device_in_active_or_sniff_mode()