Searched refs:descriptorValue (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_client.h | 375 const std::vector<uint8_t> &descriptorValue);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/ |
H A D | napi_parser_utils.cpp | 152 "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 D | napi_parser_utils.h | 29 std::vector<uint8_t> descriptorValue; member
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_server.cpp | 158 descriptor.SetValue(napiDescriptor.descriptorValue.data(), napiDescriptor.descriptorValue.size()); in CheckGattsAddService()
|
H A D | napi_bluetooth_gatt_client.cpp | 190 descriptor->SetValue(napiDescriptor.descriptorValue.data(), napiDescriptor.descriptorValue.size()); in GetGattcDescriptor()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 1198 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 D | bluetooth_gatt_client.cpp | 865 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