Searched refs:BLE_CONN_IDLE (Results 1 – 7 of 7) sorted by relevance
96 if (btm_ble_get_conn_st() == BLE_CONN_IDLE) { in L2CA_CancelBleConnectReq()416 btm_ble_set_conn_st(BLE_CONN_IDLE); in l2cble_scanner_conn_comp()1070 if (conn_st == BLE_CONN_IDLE) { in l2cble_create_conn()
491 if (p_cb->conn_state == BLE_CONN_IDLE && background_connections_pending() in btm_ble_start_auto_conn()
898 if (btm_ble_get_conn_st() != BLE_CONN_IDLE) { in btm_pm_device_in_active_or_sniff_mode()
167 btm_cb.ble_ctr_cb.conn_state = BLE_CONN_IDLE; in reset_complete()
2109 btm_ble_set_conn_st(BLE_CONN_IDLE);2144 btm_ble_set_conn_st(BLE_CONN_IDLE);2174 btm_ble_set_conn_st (BLE_CONN_IDLE);
4525 if (btm_ble_get_conn_st() == BLE_CONN_IDLE && status != HCI_ERR_HOST_REJECT_RESOURCES && in btm_ble_update_mode_operation()
248 #define BLE_CONN_IDLE 0 macro