Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h57 BLE_CONNECTION_STATE_CONNECTING = 0, // client connection init state enumerator
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c120 connection->state = BLE_CONNECTION_STATE_CONNECTING; in SetConnectionHandleAndState()
192 if (state == SOFTBUS_BT_DISCONNECT && connection->state == BLE_CONNECTION_STATE_CONNECTING) { in BleGattcConnStateCallback()
241 connection, BLE_CONNECTION_STATE_CONNECTING, BLE_CONNECTION_STATE_CONNECTED); in ConnectedMsgHandler()
H A Dsoftbus_conn_ble_connection.c134 …(side == CONN_SIDE_CLIENT ? BLE_CONNECTION_STATE_CONNECTING : BLE_CONNECTION_STATE_EXCHANGING_BASI… in ConnBleCreateConnection()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dble_service_connection_test.cpp278 connection.state = BLE_CONNECTION_STATE_CONNECTING;