mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-25 07:15:20 +02:00
UI support to cleanup bluetooth bonded devices (#757)
Signed-off-by: Jussi Vatjus-Anttila <jussiva@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c481720dd7
commit
806bfa4087
@@ -84,6 +84,7 @@ enum MessageType {
|
||||
ConnectStoppedMessage = 93;
|
||||
BluetoothSetEnabledMessage = 94;
|
||||
BluetoothGetStatusMessage = 95;
|
||||
BluetoothCleanBondedMessage = 96;
|
||||
GroupUserChangeMessage = 1200;
|
||||
DeviceGroupChangeMessage = 1201;
|
||||
DeviceOriginGroupMessage = 1202;
|
||||
@@ -719,6 +720,9 @@ message BluetoothSetEnabledMessage {
|
||||
|
||||
message BluetoothGetStatusMessage {
|
||||
}
|
||||
message BluetoothCleanBondedMessage {
|
||||
}
|
||||
|
||||
|
||||
// Events, these must be kept in sync with STFService/wire.proto
|
||||
|
||||
|
||||
Reference in New Issue
Block a user