Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp99 bluetooth::GattDevice *FindConnectedDevice(const BluetoothRemoteDevice &device);
496 bluetooth::GattDevice *GattServer::impl::FindConnectedDevice(const BluetoothRemoteDevice &device) in FindConnectedDevice() function in OHOS::Bluetooth::GattServer::impl
679 auto gattDevice = pimpl->FindConnectedDevice(device); in CancelConnection()
741 if (pimpl->FindConnectedDevice(device) == nullptr) { in NotifyCharacteristicChanged()
795 if (pimpl->FindConnectedDevice(device) == nullptr) { in SendResponse()