Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_int_types.h244 BLE_CONN_IDLE = 0, enumerator
247 } conn_state_{BLE_CONN_IDLE};
250 bool is_connection_state_idle() const { return conn_state_ == BLE_CONN_IDLE; } in is_connection_state_idle()
257 void set_connection_state_idle() { conn_state_ = BLE_CONN_IDLE; } in set_connection_state_idle()