Home
last modified time | relevance | path

Searched refs:BLE_CONNECTION_STATE_CONNECTED (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c229 connection, BLE_CONNECTION_STATE_CONNECTING, BLE_CONNECTION_STATE_CONNECTED); in ConnectedMsgHandler()
248 connection, BLE_CONNECTION_STATE_CONNECTED, BLE_CONNECTION_STATE_SERVICE_SEARCHING); in ConnectedMsgHandler()
292 if (state >= BLE_CONNECTION_STATE_CONNECTED && state < BLE_CONNECTION_STATE_NET_NOTIFICATED && in RetrySearchService()
295 connection->state = BLE_CONNECTION_STATE_CONNECTED; in RetrySearchService()
323 connection, BLE_CONNECTION_STATE_CONNECTED, BLE_CONNECTION_STATE_SERVICE_SEARCHING); in RetrySearchService()
826 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()
/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h58 BLE_CONNECTION_STATE_CONNECTED, // server connection init state enumerator
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_client_test.cpp391 bleConnection->state = BLE_CONNECTION_STATE_CONNECTED; in HWTEST_F()
603 bleConnection->state = BLE_CONNECTION_STATE_CONNECTED; in HWTEST_F()
H A Dble_service_connection_test.cpp290 connection->state = BLE_CONNECTION_STATE_CONNECTED; in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h355 const int BLE_CONNECTION_STATE_CONNECTED = 0x01; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp1329 if (aclConnected_ > BLE_CONNECTION_STATE_CONNECTED) { in IsAclEncrypted()
H A Dbt_def.h369 const int BLE_CONNECTION_STATE_CONNECTED = 0x01; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1299 it->second.SetAclConnectState(BLE_CONNECTION_STATE_CONNECTED); in LeConnectionCompleteTask()
1313 peerDevice.SetAclConnectState(BLE_CONNECTION_STATE_CONNECTED); in LeConnectionCompleteTask()

Completed in 18 milliseconds