openauto/btservice_proto/PhoneResponse.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

9 lines
108 B
Protocol Buffer

syntax = "proto3";
package openauto.btservice.proto;
message PhoneResponse
{
int32 status_code = 1;
}