Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_connection_establishment.cc99 btm_ble_set_conn_st(BLE_CONN_IDLE); in btm_ble_create_ll_conn_complete()
179 btm_ble_set_conn_st(BLE_CONN_IDLE); in btm_ble_conn_complete()
208 btm_ble_set_conn_st(BLE_CONN_IDLE); in btm_ble_conn_complete()
251 btm_ble_set_conn_st(BLE_CONN_IDLE); in btm_ble_create_conn_cancel_complete()
Dbtm_ble_int_types.h196 #define BLE_CONN_IDLE 0 macro
Dbtm_ble_bgconn.cc372 if (btm_ble_get_conn_st() != BLE_CONN_IDLE || in btm_ble_start_auto_conn()
Dbtm_devctl.cc194 btm_cb.ble_ctr_cb.conn_state = BLE_CONN_IDLE; in reset_complete()
Dbtm_pm.cc886 if (btm_ble_get_conn_st() != BLE_CONN_IDLE) { in btm_pm_device_in_active_or_sniff_mode()
Dbtm_ble_gap.cc2417 if (btm_ble_get_conn_st() == BLE_CONN_IDLE && in btm_ble_update_mode_operation()