Searched refs:PeerId (Results 1 – 10 of 10) sorted by relevance
/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/ |
D | server.h | 83 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/ |
D | host.h | 136 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;
|
D | pairing_delegate.h | 73 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;
|
D | peer.h | 26 PeerId peer_id;
|
D | types.h | 26 using PeerId = uint64_t; variable
|
/external/pigweed/pw_bluetooth_profiles/public/pw_bluetooth_profiles/ |
D | device_info_service.h | 160 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/ |
D | device_info_service_test.cc | 120 bluetooth::PeerId{1234}, in TEST() 139 bluetooth::PeerId{1234}, in TEST() 156 bluetooth::PeerId{1234}, in TEST()
|
D | device_info_service.cc | 48 bluetooth::PeerId /* peer_id */, in ReadValue() argument
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
D | central.h | 158 PeerId peer_id; 231 virtual void Connect(PeerId peer_id,
|
D | bond_data.h | 39 PeerId peer_id;
|