Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c530 btm_ble_set_conn_st (BLE_BG_CONN); in btm_ble_start_auto_conn()
536 if (p_cb->conn_state == BLE_BG_CONN) { in btm_ble_start_auto_conn()
789 if (new_st == BLE_BG_CONN || new_st == BLE_DIR_CONN) { in btm_ble_set_conn_st()
Dbtm_ble.c586 if (new_param && p_ble_cb->conn_state == BLE_BG_CONN) { in BTM_BleSetConnScanParams()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h244 #define BLE_BG_CONN 2 macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c1066 if (conn_st == BLE_BG_CONN) { in l2cble_create_conn()