123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- <?xml version="1.0" encoding="UTF-8"?>
- <root>
- <item name="android.bluetooth.BluetoothA2dp int getConnectionState(android.bluetooth.BluetoothDevice)">
- <annotation name="androidx.annotation.IntDef">
- <val name="value" val="{android.bluetooth.BluetoothProfile.STATE_DISCONNECTED, android.bluetooth.BluetoothProfile.STATE_CONNECTING, android.bluetooth.BluetoothProfile.STATE_CONNECTED, android.bluetooth.BluetoothProfile.STATE_DISCONNECTING}" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter android.bluetooth.BluetoothServerSocket listenUsingInsecureL2capChannel()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter android.bluetooth.BluetoothServerSocket listenUsingL2capChannel()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang.String, java.util.UUID)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter boolean cancelDiscovery()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter boolean disable()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter boolean enable()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter boolean isDiscovering()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter boolean isEnabled()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter boolean setName(java.lang.String)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter boolean startDiscovery()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter int getProfileConnectionState(int)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter int getScanMode()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- <annotation name="androidx.annotation.IntDef">
- <val name="value" val="{android.bluetooth.BluetoothAdapter.SCAN_MODE_NONE, android.bluetooth.BluetoothAdapter.SCAN_MODE_CONNECTABLE, android.bluetooth.BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE}" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter int getState()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- <annotation name="androidx.annotation.IntDef">
- <val name="value" val="{android.bluetooth.BluetoothAdapter.STATE_OFF, android.bluetooth.BluetoothAdapter.STATE_TURNING_ON, android.bluetooth.BluetoothAdapter.STATE_ON, android.bluetooth.BluetoothAdapter.STATE_TURNING_OFF}" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter java.lang.String getAddress()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothAdapter void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice android.bluetooth.BluetoothClass getBluetoothClass()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice android.bluetooth.BluetoothSocket createInsecureL2capChannel(int)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice android.bluetooth.BluetoothSocket createInsecureRfcommSocketToServiceRecord(java.util.UUID)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice android.bluetooth.BluetoothSocket createL2capChannel(int)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice android.bluetooth.BluetoothSocket createRfcommSocketToServiceRecord(java.util.UUID)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice android.os.ParcelUuid[] getUuids()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice boolean createBond()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice boolean fetchUuidsWithSdp()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice boolean setPairingConfirmation(boolean)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_PRIVILEGED"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice int getBondState()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice int getType()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothDevice java.lang.String getName()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothHealthCallback void onHealthAppConfigurationStatusChange(android.bluetooth.BluetoothHealthAppConfiguration, int)">
- <annotation name="androidx.annotation.BinderThread"/>
- </item>
- <item name="android.bluetooth.BluetoothHealthCallback void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration, android.bluetooth.BluetoothDevice, int, int, android.os.ParcelFileDescriptor, int)">
- <annotation name="androidx.annotation.BinderThread"/>
- </item>
- <item name="android.bluetooth.BluetoothHearingAid int getConnectionState(android.bluetooth.BluetoothDevice)">
- <annotation name="androidx.annotation.IntDef">
- <val name="value" val="{android.bluetooth.BluetoothProfile.STATE_DISCONNECTED, android.bluetooth.BluetoothProfile.STATE_CONNECTING, android.bluetooth.BluetoothProfile.STATE_CONNECTED, android.bluetooth.BluetoothProfile.STATE_DISCONNECTING}" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothManager int getConnectionState(android.bluetooth.BluetoothDevice, int)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothManager java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(int)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothManager java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int, int[])">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothProfile int getConnectionState(android.bluetooth.BluetoothDevice)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- <annotation name="androidx.annotation.IntDef">
- <val name="value" val="{android.bluetooth.BluetoothProfile.STATE_DISCONNECTED, android.bluetooth.BluetoothProfile.STATE_CONNECTING, android.bluetooth.BluetoothProfile.STATE_CONNECTED, android.bluetooth.BluetoothProfile.STATE_DISCONNECTING}" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothProfile java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices()">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- <item name="android.bluetooth.BluetoothProfile java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[])">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH"" />
- </annotation>
- </item>
- </root>
|