Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h381 virtual bool IsLlPrivacySupported() const = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h138 bool IsLlPrivacySupported() const override;
H A Dble_adapter.cpp1654 bool BleAdapter::IsLlPrivacySupported() const in IsLlPrivacySupported() function in OHOS::bluetooth::BleAdapter
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp174 central_addr_resolution_ = adapterBle->IsLlPrivacySupported() ? 1 : 0; in RegisterService()