mirror of
https://github.com/esphome/esphome.git
synced 2025-09-19 19:52:20 +01:00
[bluetooth_proxy] Remove V1 connection support (#10107)
This commit is contained in:
@@ -1442,7 +1442,7 @@ message BluetoothLERawAdvertisementsResponse {
|
||||
}
|
||||
|
||||
enum BluetoothDeviceRequestType {
|
||||
BLUETOOTH_DEVICE_REQUEST_TYPE_CONNECT = 0;
|
||||
BLUETOOTH_DEVICE_REQUEST_TYPE_CONNECT = 0 [deprecated = true]; // V1 removed, use V3 variants
|
||||
BLUETOOTH_DEVICE_REQUEST_TYPE_DISCONNECT = 1;
|
||||
BLUETOOTH_DEVICE_REQUEST_TYPE_PAIR = 2;
|
||||
BLUETOOTH_DEVICE_REQUEST_TYPE_UNPAIR = 3;
|
||||
|
Reference in New Issue
Block a user