Home
last modified time | relevance | path

Searched defs:ServiceData (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_service.hpp348 struct ServiceData struct in ot::NetworkData::Service::Manager::DnsSrpUnicast
351 explicit ServiceData(const Ip6::Address &aAddress, uint16_t aPort) in ServiceData() argument
359 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress()
360 uint16_t GetPort(void) const { return BigEndian::HostSwap16(mPort); } in GetPort()
363 uint8_t mServiceNumber;
364 Ip6::Address mAddress;
365 uint16_t mPort;
H A Dnetwork_data_types.hpp339 class ServiceData : public Data<kWithUint8Length> class
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dgatt_defs.h147 struct ServiceData { struct
160 bool operator==(const ServiceData& other) const { argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel_manager.cc138 struct ServiceData { struct in bt::l2cap::ChannelManagerImpl
140 ServiceInfo info;
141 Psm psm;
142 inspect::Node node;
143 inspect::StringProperty psm_property;
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
H A Dadvertising_data.h25 struct ServiceData { struct
47 span<const ServiceData> service_data; argument
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/manifest/
H A DServiceData.java8 public class ServiceData extends PackageItemData { class
19 public ServiceData( in ServiceData() method in ServiceData
/aosp_15_r20/frameworks/native/libs/binder/ndk/tests/
H A Dlibbinder_ndk_unit_test.cpp304 struct ServiceData { struct
309 ServiceData* d = reinterpret_cast<ServiceData*>(cookie); in fillOnRegister() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dlocal_service_manager.cc158 class LocalServiceManager::ServiceData final { class in bt::gatt::LocalServiceManager
160 ServiceData(IdType id, in ServiceData() function in bt::gatt::LocalServiceManager::ServiceData
H A Dgatt_defs.cc19 ServiceData::ServiceData(ServiceKind kind_in, in ServiceData() function in bt::gatt::ServiceData
H A Dclient_test.cc72 void NopSvcCallback(const gatt::ServiceData&) {} in NopSvcCallback()
/aosp_15_r20/external/libchrome/device/bluetooth/
H A Dbluetooth_advertisement.h61 using ServiceData = std::map<std::string, std::vector<uint8_t>>; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/device/bluetooth/
Dbluetooth_advertisement.h64 using ServiceData = std::map<std::string, std::vector<uint8_t>>; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/device/bluetooth/
Dbluetooth_advertisement.h64 using ServiceData = std::map<std::string, std::vector<uint8_t>>; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dadvertising_data_test.cc289 TEST(AdvertisingDataTest, ServiceData) { in TEST() argument