Home
last modified time | relevance | path

Searched defs:descriptorValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.h29 std::vector<uint8_t> descriptorValue; member
H A Dnapi_parser_utils.cpp160 std::vector<uint8_t> descriptorValue {}; in NapiParseGattDescriptor() local
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
H A Dusb_manager_addon.cpp28 napi_value descriptorValue = nullptr; in Init() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp868 const std::vector<uint8_t> &descriptorValue) in SetNotifyCharacteristicInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp1198 auto descriptorValue = profile_->GetAttributeEntity(descriptor.second.handle_); in BuildService() local