mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add salt for hashing service_id in BLE packets.
PiperOrigin-RevId: 542118349
This commit is contained in:
committed by
Copybara-Service
parent
7eca4d74c6
commit
05c707dd78
@@ -48,6 +48,7 @@ message SocketControlFrame {
|
||||
message IntroductionFrame {
|
||||
optional bytes service_id_hash = 1;
|
||||
optional SocketVersion socket_version = 2;
|
||||
optional string service_id_hash_salt = 3;
|
||||
}
|
||||
|
||||
message DisconnectionFrame {
|
||||
|
||||
Reference in New Issue
Block a user