Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dadvertising_data.h25 struct ServiceData { struct
47 span<const ServiceData> service_data; argument
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dgatt_defs.h152 struct ServiceData { struct
165 bool operator==(const ServiceData& other) const { argument
/external/robolectric/resources/src/main/java/org/robolectric/manifest/
DServiceData.java8 public class ServiceData extends PackageItemData { class
19 public ServiceData( in ServiceData() method in ServiceData
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel_manager.cc140 struct ServiceData { struct in bt::l2cap::ChannelManagerImpl
142 ServiceInfo info;
143 Psm psm;
144 inspect::Node node;
145 inspect::StringProperty psm_property;
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dgatt_defs.cc19 ServiceData::ServiceData(ServiceKind kind_in, in ServiceData() function in bt::gatt::ServiceData
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
Dclient_test.cc72 void NopSvcCallback(const gatt::ServiceData&) {} in NopSvcCallback()
/external/libchrome/device/bluetooth/
Dbluetooth_advertisement.h61 using ServiceData = std::map<std::string, std::vector<uint8_t>>; variable
/external/openthread/src/core/thread/
Dnetwork_data_service.hpp365 class ServiceData class in ot::NetworkData::Service::Manager::DnsSrpUnicast
370 ServiceData(const Ip6::Address &aAddress, uint16_t aPort, uint8_t aVersion) in ServiceData() function in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServiceData
Dnetwork_data_types.hpp315 class ServiceData : public Data<kWithUint8Length> class
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dadvertising_data_test.cc292 TEST(AdvertisingDataTest, ServiceData) { in TEST() argument