* initial cleanup passthrough * bad copypaste * add back ! and more style fixes * handling ping and voice session
9 lines
108 B
Protocol Buffer
9 lines
108 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package openauto.btservice.proto;
|
|
|
|
message PhoneResponse
|
|
{
|
|
int32 status_code = 1;
|
|
}
|