Searched refs:BLE_CONNECTING (Results 1 – 4 of 4) 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()
153 if (btm_ble_get_conn_st() != BLE_CONNECTING) return; in btm_ble_bgconn_cancel_if_disconnected()398 if (btm_ble_get_conn_st() != BLE_CONNECTING) { in btm_ble_stop_auto_conn()
200 #define BLE_CONNECTING 2 macro
473 if (new_param && btm_ble_get_conn_st() == BLE_CONNECTING) { in BTM_BleSetConnScanParams()