mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 17:52:19 +01:00
Send device address type alongside ble advertisements (#4115)
This commit is contained in:
@@ -1141,6 +1141,8 @@ message BluetoothLEAdvertisementResponse {
|
||||
repeated string service_uuids = 4;
|
||||
repeated BluetoothServiceData service_data = 5;
|
||||
repeated BluetoothServiceData manufacturer_data = 6;
|
||||
|
||||
uint32 address_type = 7;
|
||||
}
|
||||
|
||||
enum BluetoothDeviceRequestType {
|
||||
@@ -1157,6 +1159,8 @@ message BluetoothDeviceRequest {
|
||||
|
||||
uint64 address = 1;
|
||||
BluetoothDeviceRequestType request_type = 2;
|
||||
bool has_address_type = 3;
|
||||
uint32 address_type = 4;
|
||||
}
|
||||
|
||||
message BluetoothDeviceConnectionResponse {
|
||||
|
Reference in New Issue
Block a user