Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c96 if (btm_ble_get_conn_st() == BLE_CONN_IDLE) { in L2CA_CancelBleConnectReq()
416 btm_ble_set_conn_st(BLE_CONN_IDLE); in l2cble_scanner_conn_comp()
1070 if (conn_st == BLE_CONN_IDLE) { in l2cble_create_conn()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c491 if (p_cb->conn_state == BLE_CONN_IDLE && background_connections_pending() in btm_ble_start_auto_conn()
Dbtm_pm.c898 if (btm_ble_get_conn_st() != BLE_CONN_IDLE) { in btm_pm_device_in_active_or_sniff_mode()
Dbtm_devctl.c167 btm_cb.ble_ctr_cb.conn_state = BLE_CONN_IDLE; in reset_complete()
Dbtm_ble.c2109 btm_ble_set_conn_st(BLE_CONN_IDLE);
2144 btm_ble_set_conn_st(BLE_CONN_IDLE);
2174 btm_ble_set_conn_st (BLE_CONN_IDLE);
Dbtm_ble_gap.c4525 if (btm_ble_get_conn_st() == BLE_CONN_IDLE && status != HCI_ERR_HOST_REJECT_RESOURCES && in btm_ble_update_mode_operation()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h248 #define BLE_CONN_IDLE 0 macro