Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h386 * @param adtype Type of the field.
390 virtual void AddCharacteristicValue(uint8_t adtype, const std::string &data) const = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h139 void AddCharacteristicValue(uint8_t adtype, const std::string &data) const override;
H A Dble_advertiser_impl.h132 * @param adtype Type of the field.
135 void AddCharacteristicValue(uint8_t adtype, const std::string &data) const;
H A Dble_adapter.cpp1633 void BleAdapter::AddCharacteristicValue(uint8_t adtype, const std::string &data) const in AddCharacteristicValue() argument
1639 pimpl->bleAdvertiser_->AddCharacteristicValue(adtype, data); in AddCharacteristicValue()
H A Dble_advertiser_impl.cpp1244 void BleAdvertiserImpl::AddCharacteristicValue(uint8_t adtype, const std::string &data) const in AddCharacteristicValue() argument
1256 iter->second.advData_.AddCharacteristicValue(adtype, data); in AddCharacteristicValue()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp541 void BleAdvertiserDataImpl::AddCharacteristicValue(uint8_t adtype, const std::string &data) in AddCharacteristicValue() argument
545 cdata[1] = adtype; in AddCharacteristicValue()
H A Dble_service_data.h532 * @param adtype Type of the field.
536 void AddCharacteristicValue(uint8_t adtype, const std::string &data);

Completed in 11 milliseconds