Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c898 if (btm_ble_get_conn_st() != BLE_CONN_IDLE) { in btm_pm_device_in_active_or_sniff_mode()
899 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.c771 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void) in btm_ble_get_conn_st() function
Dbtm_ble_privacy.c679 if (btm_ble_get_conn_st() == BLE_DIR_CONN) { in btm_ble_suspend_resolving_list_activity()
Dbtm_ble.c2173 if (btm_ble_get_conn_st() == BLE_CONN_CANCEL) {
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.h415 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c96 if (btm_ble_get_conn_st() == BLE_CONN_IDLE) { in L2CA_CancelBleConnectReq()
1066 tBTM_BLE_CONN_ST conn_st = btm_ble_get_conn_st(); in l2cble_create_conn()