Home
last modified time | relevance | path

Searched defs:scan_response (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dperipheral.h98 std::optional<AdvertisingData> scan_response; member
Dperipheral2.h123 std::optional<ScanResponse> scan_response; member
/external/pigweed/pw_bluetooth_sapphire/
Dperipheral.cc136 bt::AdvertisingData scan_response; in Advertise() local
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dfake_peer.h52 const ByteBuffer& scan_response() const { return scan_response_; } in scan_response() function
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dfake_adapter.h57 AdvertisingData scan_response; member