Searched refs:BLE_CONNECTING (Results 1 – 3 of 3) sorted by relevance
42 if (new_st == BLE_CONNECTING) in btm_ble_set_conn_st()85 btm_ble_set_conn_st(BLE_CONNECTING); in btm_send_hci_create_connection()96 btm_ble_set_conn_st(BLE_CONNECTING); in btm_ble_create_ll_conn_complete()
161 if (btm_ble_get_conn_st() != BLE_CONNECTING) return; in btm_ble_bgconn_cancel_if_disconnected()411 if (btm_ble_get_conn_st() != BLE_CONNECTING) { in btm_ble_stop_auto_conn()
197 #define BLE_CONNECTING 2 macro