1// Baseline format: 1.0 2BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_BLE_STATE_CHANGED: 3 Field 'ACTION_BLE_STATE_CHANGED' is missing @BroadcastBehavior 4BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_FINISHED: 5 Field 'ACTION_DISCOVERY_FINISHED' is missing @BroadcastBehavior 6BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_DISCOVERY_STARTED: 7 Field 'ACTION_DISCOVERY_STARTED' is missing @BroadcastBehavior 8BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_LOCAL_NAME_CHANGED: 9 Field 'ACTION_LOCAL_NAME_CHANGED' is missing @BroadcastBehavior 10BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_SCAN_MODE_CHANGED: 11 Field 'ACTION_SCAN_MODE_CHANGED' is missing @BroadcastBehavior 12BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_STATE_CHANGED: 13 Field 'ACTION_STATE_CHANGED' is missing @BroadcastBehavior 14BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ACL_CONNECTED: 15 Field 'ACTION_ACL_CONNECTED' is missing @BroadcastBehavior 16BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ACL_DISCONNECTED: 17 Field 'ACTION_ACL_DISCONNECTED' is missing @BroadcastBehavior 18BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ACL_DISCONNECT_REQUESTED: 19 Field 'ACTION_ACL_DISCONNECT_REQUESTED' is missing @BroadcastBehavior 20BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ALIAS_CHANGED: 21 Field 'ACTION_ALIAS_CHANGED' is missing @BroadcastBehavior 22BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_BATTERY_LEVEL_CHANGED: 23 Field 'ACTION_BATTERY_LEVEL_CHANGED' is missing @BroadcastBehavior 24BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_BOND_STATE_CHANGED: 25 Field 'ACTION_BOND_STATE_CHANGED' is missing @BroadcastBehavior 26BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_CLASS_CHANGED: 27 Field 'ACTION_CLASS_CHANGED' is missing @BroadcastBehavior 28BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_CONNECTION_ACCESS_CANCEL: 29 Field 'ACTION_CONNECTION_ACCESS_CANCEL' is missing @BroadcastBehavior 30BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_CONNECTION_ACCESS_REPLY: 31 Field 'ACTION_CONNECTION_ACCESS_REPLY' is missing @BroadcastBehavior 32BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_CONNECTION_ACCESS_REQUEST: 33 Field 'ACTION_CONNECTION_ACCESS_REQUEST' is missing @BroadcastBehavior 34BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_FOUND: 35 Field 'ACTION_FOUND' is missing @BroadcastBehavior 36BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_NAME_CHANGED: 37 Field 'ACTION_NAME_CHANGED' is missing @BroadcastBehavior 38BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_PAIRING_CANCEL: 39 Field 'ACTION_PAIRING_CANCEL' is missing @BroadcastBehavior 40BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_PAIRING_REQUEST: 41 Field 'ACTION_PAIRING_REQUEST' is missing @BroadcastBehavior 42BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_SWITCH_BUFFER_SIZE: 43 Field 'ACTION_SWITCH_BUFFER_SIZE' is missing @BroadcastBehavior 44BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID: 45 Field 'ACTION_UUID' is missing @BroadcastBehavior 46 47 48RequiresPermission: android.bluetooth.BluetoothA2dp#setCodecConfigPreference(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothCodecConfig): 49 Method 'setCodecConfigPreference' documentation mentions permissions already declared by @RequiresPermission 50RequiresPermission: android.bluetooth.BluetoothAdapter#getAddress(): 51 Method 'getAddress' documentation mentions permissions without declaring @RequiresPermission 52RequiresPermission: android.bluetooth.BluetoothDevice#setAlias(String): 53 Method 'setAlias' documentation mentions permissions already declared by @RequiresPermission 54 55 56UnflaggedApi: android.bluetooth.BluetoothHapClient#PRESET_INDEX_UNAVAILABLE: 57 New API must be flagged with @FlaggedApi: field android.bluetooth.BluetoothHapClient.PRESET_INDEX_UNAVAILABLE 58UnflaggedApi: android.bluetooth.BluetoothHapClient#getActivePresetIndex(android.bluetooth.BluetoothDevice): 59 New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.getActivePresetIndex(android.bluetooth.BluetoothDevice) 60UnflaggedApi: android.bluetooth.BluetoothHapClient#getHapGroup(android.bluetooth.BluetoothDevice): 61 New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.getHapGroup(android.bluetooth.BluetoothDevice) 62UnflaggedApi: android.bluetooth.BluetoothHapClient#getPresetInfo(android.bluetooth.BluetoothDevice, int): 63 New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.getPresetInfo(android.bluetooth.BluetoothDevice,int) 64UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToNextPreset(android.bluetooth.BluetoothDevice): 65 New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToNextPreset(android.bluetooth.BluetoothDevice) 66UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToNextPresetForGroup(int): 67 New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToNextPresetForGroup(int) 68UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToPreviousPreset(android.bluetooth.BluetoothDevice): 69 New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToPreviousPreset(android.bluetooth.BluetoothDevice) 70UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToPreviousPresetForGroup(int): 71 New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToPreviousPresetForGroup(int) 72