diff options
author | 2022-08-10 04:30:42 +0000 | |
---|---|---|
committer | 2022-08-16 09:28:27 +0000 | |
commit | 6a6bfaeb0479b30c0dc33e10dda5ae672c49c915 (patch) | |
tree | 91d8678364727c3a5c94a8927e40af755269d8cd /proto/src | |
parent | 67d3e626806bad4ff7ac62f54ea32f1e9691fe1d (diff) |
Use message ID from proto for BT APM notification
Bug: 239983569
Test: atest ServiceBluetoothTests
Change-Id: I109ea5b7703dbffd01b22ed1c8867a8c96b7c002
Merged-In: I109ea5b7703dbffd01b22ed1c8867a8c96b7c002
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/system_messages.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index 0a4ecb227548..5154a2ddd2cd 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -298,6 +298,10 @@ message SystemMessage { // Notify the user to setup their dock NOTE_SETUP_DOCK = 72; + // Inform the user of bluetooth apm state changes. + // Package: android + NOTE_BT_APM_NOTIFICATION = 74; + // ADD_NEW_IDS_ABOVE_THIS_LINE // Legacy IDs with arbitrary values appear below // Legacy IDs existed as stable non-conflicting constants prior to the O release |