Home
last modified time | relevance | path

Searched refs:BLE_CONNECTING (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_connection_establishment.cc42 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()
Dbtm_ble_bgconn.cc153 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()
Dbtm_ble_int_types.h200 #define BLE_CONNECTING 2 macro
Dbtm_ble.cc473 if (new_param && btm_ble_get_conn_st() == BLE_CONNECTING) { in BTM_BleSetConnScanParams()