* fix for omx when performing GST build * wireless android auto bluetooth negotation * Grab local bluetooth adapter * Handling ping and voice session * wait for both usb and wifi device ]connections * Make btservice launch with openauto, allows for wireless connection automatically * WiFi hotspot info pulled from openauto config * Install btservice correctly Co-authored-by: Rhys_M <rhys1802@hotmail.co.uk> Co-authored-by: Robert Judka <robertjudka@gmail.com>
11 lines
242 B
Protocol Buffer
11 lines
242 B
Protocol Buffer
syntax = "proto2";
|
|
package openauto.btservice.proto;
|
|
|
|
|
|
message NetworkInfo{
|
|
required string ssid = 1;
|
|
required string psk = 2;
|
|
required string mac_addr = 3;
|
|
required int32 security_mode = 4;
|
|
required int32 unknown_2 = 5;
|
|
} |