Searched refs:btm_ble_get_conn_st (Results 1 – 7 of 7) sorted by relevance
895 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()
772 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void) in btm_ble_get_conn_st() function
566 if (btm_ble_get_conn_st() == BLE_DIR_CONN) { in btm_ble_suspend_resolving_list_activity()
2163 if (btm_ble_get_conn_st() == BLE_CONN_CANCEL) {
4497 if (btm_ble_get_conn_st() == BLE_CONN_IDLE && status != HCI_ERR_HOST_REJECT_RESOURCES && in btm_ble_update_mode_operation()
408 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void);
96 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()