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()
178 btm_ble_set_conn_st(BLE_CONN_IDLE); in btm_ble_conn_complete()
207 btm_ble_set_conn_st(BLE_CONN_IDLE); in btm_ble_conn_complete()
250 btm_ble_set_conn_st(BLE_CONN_IDLE); in btm_ble_create_conn_cancel_complete()
Dbtm_ble_int_types.h199 #define BLE_CONN_IDLE 0 macro
Dbtm_ble_bgconn.cc359 if (btm_ble_get_conn_st() != BLE_CONN_IDLE || in btm_ble_start_auto_conn()
Dbtm_devctl.cc192 btm_cb.ble_ctr_cb.conn_state = BLE_CONN_IDLE; in reset_complete()
Dbtm_pm.cc892 if (btm_ble_get_conn_st() != BLE_CONN_IDLE) { in btm_pm_device_in_active_or_sniff_mode()
Dbtm_ble_gap.cc2486 if (btm_ble_get_conn_st() == BLE_CONN_IDLE && in btm_ble_update_mode_operation()