Searched refs:btm_ble_get_conn_st (Results 1 – 7 of 7) sorted by relevance
898 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()
771 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void) in btm_ble_get_conn_st() function
679 if (btm_ble_get_conn_st() == BLE_DIR_CONN) { in btm_ble_suspend_resolving_list_activity()
2173 if (btm_ble_get_conn_st() == BLE_CONN_CANCEL) {
4525 if (btm_ble_get_conn_st() == BLE_CONN_IDLE && status != HCI_ERR_HOST_REJECT_RESOURCES && in btm_ble_update_mode_operation()
415 tBTM_BLE_CONN_ST btm_ble_get_conn_st(void);
96 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()