openauto/btservice_proto/SocketInfo.proto
Robert Stanley Judka 23c38158ee
cleanup wireless device connection (#14)
* initial cleanup passthrough

* bad copypaste

* add back ! and more style fixes

* handling ping and voice session
2020-08-28 17:36:43 -05:00

11 lines
174 B
Protocol Buffer

syntax = "proto2";
package openauto.btservice.proto;
message SocketInfo
{
required string address = 1;
required int32 port = 2;
required int32 unknown_1 = 3;
}