Create a Bluetooth endpoint for Device inject connections. Will implement connection lifecycle callback for the inject connections in the following CL.

PiperOrigin-RevId: 430573921
This commit is contained in:
johnsonlu
2022-02-25 14:53:56 -08:00
committed by hai007
parent 8f22ffefd4
commit 81bdb7adc9
@@ -89,6 +89,10 @@ message ConnectionRequestFrame {
optional MediumMetadata medium_metadata = 7;
optional int32 keep_alive_interval_millis = 8;
optional int32 keep_alive_timeout_millis = 9;
// The type of {@link Device} object.
optional int32 device_type = 10 [default = 0];
// The bytes of serialized {@link Device} object.
optional bytes device_info = 11;
}
message ConnectionResponseFrame {