Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c339 static void BleNotifyDeviceConnectResult(const ConnBleDevice *device, ConnBleConnection *connection… in BleNotifyDeviceConnectResult() function
395 BleNotifyDeviceConnectResult(device, connection, 0, true); in BleReuseConnection()
432BleNotifyDeviceConnectResult(device, NULL, SOFTBUS_CONN_BLE_CONNECT_PREVENTED_ERR, false); in AttempReuseConnect()
439 BleNotifyDeviceConnectResult(device, NULL, status, false); in AttempReuseConnect()
663BleNotifyDeviceConnectResult(connectingDevice, NULL, SOFTBUS_CONN_BLE_CONNECT_TIMEOUT_ERR, false); in BleClientConnectTimeoutOnConnectingState()
691 BleNotifyDeviceConnectResult(connectingDevice, connection, 0, false); in BleClientConnected()
749 BleNotifyDeviceConnectResult(connectingDevice, NULL, error, false); in BleClientConnectFailed()
1127BleNotifyDeviceConnectResult(g_bleManager.connecting, NULL, SOFTBUS_CONN_BLUETOOTH_OFF, false); in BleReset()
1135 BleNotifyDeviceConnectResult(deviceIt, NULL, SOFTBUS_CONN_BLUETOOTH_OFF, false); in BleReset()