Home
last modified time | relevance | path

Searched refs:BLE_CONNECTION_STATE_CONNECTED (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c241 connection, BLE_CONNECTION_STATE_CONNECTING, BLE_CONNECTION_STATE_CONNECTED); in ConnectedMsgHandler()
260 connection, BLE_CONNECTION_STATE_CONNECTED, BLE_CONNECTION_STATE_SERVICE_SEARCHING); in ConnectedMsgHandler()
304 if (state >= BLE_CONNECTION_STATE_CONNECTED && state < BLE_CONNECTION_STATE_NET_NOTIFICATED && in RetrySearchService()
307 connection->state = BLE_CONNECTION_STATE_CONNECTED; in RetrySearchService()
335 connection, BLE_CONNECTION_STATE_CONNECTED, BLE_CONNECTION_STATE_SERVICE_SEARCHING); in RetrySearchService()
838 … if (state < BLE_CONNECTION_STATE_CONNECTED || state > BLE_CONNECTION_STATE_EXCHANGED_BASIC_INFO) { in ConnGattClientUpdatePriority()
H A Dsoftbus_conn_ble_connection.c385 connection->state = BLE_CONNECTION_STATE_CONNECTED; in ConnBleUpdateConnectionRc()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h58 BLE_CONNECTION_STATE_CONNECTED, // server connection init state enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_client_test.cpp391 bleConnection->state = BLE_CONNECTION_STATE_CONNECTED;
600 bleConnection->state = BLE_CONNECTION_STATE_CONNECTED;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h379 const int BLE_CONNECTION_STATE_CONNECTED = 0x01; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp1349 if (aclConnected_ > BLE_CONNECTION_STATE_CONNECTED) { in IsAclEncrypted()
H A Dbt_def.h391 const int BLE_CONNECTION_STATE_CONNECTED = 0x01; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1334 it->second.SetAclConnectState(BLE_CONNECTION_STATE_CONNECTED); in LeConnectionCompleteTask()
1348 peerDevice.SetAclConnectState(BLE_CONNECTION_STATE_CONNECTED); in LeConnectionCompleteTask()