Home
last modified time | relevance | path

Searched refs:PeerId (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
Dserver.h83 virtual void CharacteristicConfiguration(PeerId peer_id,
98 virtual void ReadValue(PeerId peer_id,
116 virtual void WriteValue(PeerId peer_id,
129 virtual void MtuUpdate(PeerId peer_id, uint16_t mtu) = 0;
143 span<const PeerId> peer_ids;
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dhost.h136 virtual Status ForgetPeer(PeerId peer_id) = 0;
173 virtual void Pair(PeerId peer_id,
187 virtual std::optional<PeerId> PeerIdFromAddress(Address address) = 0;
191 virtual std::optional<Address> DeviceAddressFromPeerId(PeerId peer_id) = 0;
Dpairing_delegate.h73 pw::Function<void(PeerId peer_id, PairingKeypress keypress)>;
101 virtual void OnPairingComplete(PeerId peer_id, bool success) = 0;
109 virtual void OnRemoteKeypress(PeerId peer_id, PairingKeypress keypress) = 0;
Dpeer.h26 PeerId peer_id;
Dtypes.h26 using PeerId = uint64_t; variable
/external/pigweed/pw_bluetooth_profiles/public/pw_bluetooth_profiles/
Ddevice_info_service.h160 void ReadValue(bluetooth::PeerId peer_id,
167 void WriteValue(bluetooth::PeerId /* peer_id */, in WriteValue() argument
176 void CharacteristicConfiguration(bluetooth::PeerId /* peer_id */, in CharacteristicConfiguration() argument
183 void MtuUpdate(bluetooth::PeerId /* peer_id*/, in MtuUpdate() argument
/external/pigweed/pw_bluetooth_profiles/
Ddevice_info_service_test.cc120 bluetooth::PeerId{1234}, in TEST()
139 bluetooth::PeerId{1234}, in TEST()
156 bluetooth::PeerId{1234}, in TEST()
Ddevice_info_service.cc48 bluetooth::PeerId /* peer_id */, in ReadValue() argument
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dcentral.h158 PeerId peer_id;
231 virtual void Connect(PeerId peer_id,
Dbond_data.h39 PeerId peer_id;