Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h200 std::string ReadRemoteDeviceNameByGatt(const RawAddress &addr, int appID) const;
H A Dble_adapter.cpp509 remoteName = ReadRemoteDeviceNameByGatt(device, appID); in GetDeviceName()
553 std::string BleAdapter::ReadRemoteDeviceNameByGatt(const RawAddress &addr, int appID) const in ReadRemoteDeviceNameByGatt() function in OHOS::bluetooth::BleAdapter