mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Add enum value for BT main / scanning toggle states
Bug: 215574482 Test: compile Change-Id: Ic8160375f79acf4fb8b69e90478e86cb1cbf32d4
This commit is contained in:
@@ -39,4 +39,6 @@ enum Setting {
|
||||
WIFI_SCANNING = 3,
|
||||
AIRPLANE_MODE = 4,
|
||||
MICROPHONE = 5,
|
||||
BT_MAIN = 6,
|
||||
BT_SCANNING = 7,
|
||||
}
|
||||
|
||||
@@ -39,4 +39,12 @@ enum Setting {
|
||||
* by CHRE.
|
||||
*/
|
||||
MICROPHONE,
|
||||
/**
|
||||
* The main BT toggle in the Android settings for BT connectivity.
|
||||
*/
|
||||
BT_MAIN,
|
||||
/**
|
||||
* The "BT scanning" setting for location scans.
|
||||
*/
|
||||
BT_SCANNING,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user