Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c895 if (btm_ble_get_conn_st() != BLE_CONN_IDLE) { in btm_pm_device_in_active_or_sniff_mode()
896 BTM_TRACE_DEBUG("%s - BLE state: %x", __func__, btm_ble_get_conn_st()); in btm_pm_device_in_active_or_sniff_mode()
Dbtm_ble_bgconn.c772 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void) in btm_ble_get_conn_st() function
Dbtm_ble_privacy.c566 if (btm_ble_get_conn_st() == BLE_DIR_CONN) { in btm_ble_suspend_resolving_list_activity()
Dbtm_ble.c2163 if (btm_ble_get_conn_st() == BLE_CONN_CANCEL) {
Dbtm_ble_gap.c4497 if (btm_ble_get_conn_st() == BLE_CONN_IDLE && status != HCI_ERR_HOST_REJECT_RESOURCES && in btm_ble_update_mode_operation()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h408 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void);
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c96 if (btm_ble_get_conn_st() == BLE_CONN_IDLE) { in L2CA_CancelBleConnectReq()
1055 tBTM_BLE_CONN_ST conn_st = btm_ble_get_conn_st(); in l2cble_create_conn()