* Working on cleaning wifi * Reworked bluetooth handshake based around @presslab-us's work * Forgot to remove a line
10 lines
151 B
Protocol Buffer
10 lines
151 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package openauto.btservice.proto;
|
|
|
|
message SocketInfoRequest
|
|
{
|
|
required string ip_address = 1;
|
|
optional uint32 port = 2;
|
|
}
|