Home
last modified time | relevance | path

Searched refs:descriptorValue (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h375 const std::vector<uint8_t> &descriptorValue);
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp152 "descriptorUuid", "descriptorValue", "permissions"})); in NapiParseGattDescriptor()
157 std::vector<uint8_t> descriptorValue {}; in NapiParseGattDescriptor()
162 NAPI_BT_CALL_RETURN(NapiParseObjectArrayBuffer(env, object, "descriptorValue", descriptorValue)); in NapiParseGattDescriptor()
172 outDescriptor.descriptorValue = std::move(descriptorValue); in NapiParseGattDescriptor()
H A Dnapi_parser_utils.h29 std::vector<uint8_t> descriptorValue; member
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp158 descriptor.SetValue(napiDescriptor.descriptorValue.data(), napiDescriptor.descriptorValue.size()); in CheckGattsAddService()
H A Dnapi_bluetooth_gatt_client.cpp190 descriptor->SetValue(napiDescriptor.descriptorValue.data(), napiDescriptor.descriptorValue.size()); in GetGattcDescriptor()
/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
1200 bluetooth::Descriptor gattDescriptor(descriptorValue.value().get().type_, in BuildService()
1202 descriptorValue.value().get().permissions_, in BuildService()
1203 descriptorValue.value().get().value_.value_.get(), in BuildService()
1204 descriptorValue.value().get().value_.length_); in BuildService()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp865 const std::vector<uint8_t> &descriptorValue) in SetNotifyCharacteristicInner()
904 descriptor->GetHandle(), descriptorValue.data(), descriptorValue.size())); in SetNotifyCharacteristicInner()
864 SetNotifyCharacteristicInner(GattCharacteristic &characteristic, bool enable, const std::vector<uint8_t> &descriptorValue) SetNotifyCharacteristicInner() argument

Completed in 9 milliseconds