• Home
  • Raw
  • Download

Lines Matching refs:byte

35     method public android.bluetooth.BluetoothDevice getRemoteDevice(byte[]);
92 method public void onLeScan(android.bluetooth.BluetoothDevice, int, byte[]);
550 …d @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean setPin(byte[]);
644 … writeCharacteristic(@NonNull android.bluetooth.BluetoothGattCharacteristic, @NonNull byte[], int);
646 …T) public int writeDescriptor(@NonNull android.bluetooth.BluetoothGattDescriptor, @NonNull byte[]);
668 ….bluetooth.BluetoothGatt, @NonNull android.bluetooth.BluetoothGattCharacteristic, @NonNull byte[]);
670 …tooth.BluetoothGatt, @NonNull android.bluetooth.BluetoothGattCharacteristic, @NonNull byte[], int);
674 …bluetooth.BluetoothGatt, @NonNull android.bluetooth.BluetoothGattDescriptor, int, @NonNull byte[]);
699 method @Deprecated public byte[] getValue();
701 method @Deprecated public boolean setValue(byte[]);
744 method @Deprecated public byte[] getValue();
745 method @Deprecated public boolean setValue(byte[]);
748 field public static final byte[] DISABLE_NOTIFICATION_VALUE;
749 field public static final byte[] ENABLE_INDICATION_VALUE;
750 field public static final byte[] ENABLE_NOTIFICATION_VALUE;
773 …BluetoothDevice, @NonNull android.bluetooth.BluetoothGattCharacteristic, boolean, @NonNull byte[]);
776 …OTH_CONNECT) public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
783 …luetoothDevice, int, android.bluetooth.BluetoothGattCharacteristic, boolean, boolean, int, byte[]);
786 …th.BluetoothDevice, int, android.bluetooth.BluetoothGattDescriptor, boolean, boolean, int, byte[]);
894 …UETOOTH_CONNECT) public boolean replyReport(android.bluetooth.BluetoothDevice, byte, byte, byte[]);
895 ….permission.BLUETOOTH_CONNECT) public boolean reportError(android.bluetooth.BluetoothDevice, byte);
896 …ssion.BLUETOOTH_CONNECT) public boolean sendReport(android.bluetooth.BluetoothDevice, int, byte[]);
899 field public static final byte ERROR_RSP_INVALID_PARAM = 4; // 0x4
900 field public static final byte ERROR_RSP_INVALID_RPT_ID = 2; // 0x2
901 field public static final byte ERROR_RSP_NOT_READY = 1; // 0x1
902 field public static final byte ERROR_RSP_SUCCESS = 0; // 0x0
903 field public static final byte ERROR_RSP_UNKNOWN = 14; // 0xe
904 field public static final byte ERROR_RSP_UNSUPPORTED_REQ = 3; // 0x3
905 field public static final byte PROTOCOL_BOOT_MODE = 0; // 0x0
906 field public static final byte PROTOCOL_REPORT_MODE = 1; // 0x1
907 field public static final byte REPORT_TYPE_FEATURE = 3; // 0x3
908 field public static final byte REPORT_TYPE_INPUT = 1; // 0x1
909 field public static final byte REPORT_TYPE_OUTPUT = 2; // 0x2
910 field public static final byte SUBCLASS1_COMBO = -64; // 0xffffffc0
911 field public static final byte SUBCLASS1_KEYBOARD = 64; // 0x40
912 field public static final byte SUBCLASS1_MOUSE = -128; // 0xffffff80
913 field public static final byte SUBCLASS1_NONE = 0; // 0x0
914 field public static final byte SUBCLASS2_CARD_READER = 6; // 0x6
915 field public static final byte SUBCLASS2_DIGITIZER_TABLET = 5; // 0x5
916 field public static final byte SUBCLASS2_GAMEPAD = 2; // 0x2
917 field public static final byte SUBCLASS2_JOYSTICK = 1; // 0x1
918 field public static final byte SUBCLASS2_REMOTE_CONTROL = 3; // 0x3
919 field public static final byte SUBCLASS2_SENSING_DEVICE = 4; // 0x4
920 field public static final byte SUBCLASS2_UNCATEGORIZED = 0; // 0x0
927 method public void onGetReport(android.bluetooth.BluetoothDevice, byte, byte, int);
928 method public void onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]);
929 method public void onSetProtocol(android.bluetooth.BluetoothDevice, byte);
930 method public void onSetReport(android.bluetooth.BluetoothDevice, byte, byte, byte[]);
952 ctor public BluetoothHidDeviceAppSdpSettings(String, String, String, byte, byte[]);
955 method public byte[] getDescriptors();
958 method public byte getSubclass();
1193 method public android.util.SparseArray<byte[]> getManufacturerSpecificData();
1194 method public java.util.Map<android.os.ParcelUuid,byte[]> getServiceData();
1204 method public android.bluetooth.le.AdvertiseData.Builder addManufacturerData(int, byte[]);
1205 …od public android.bluetooth.le.AdvertiseData.Builder addServiceData(android.os.ParcelUuid, byte[]);
1366 method @Nullable public byte[] getAdvertisingData();
1367 method @Nullable public byte[] getAdvertisingDataMask();
1371 method @Nullable public byte[] getManufacturerData();
1372 method @Nullable public byte[] getManufacturerDataMask();
1374 method @Nullable public byte[] getServiceData();
1375 method @Nullable public byte[] getServiceDataMask();
1390 …etooth.le.ScanFilter.Builder setAdvertisingDataTypeWithData(int, @NonNull byte[], @NonNull byte[]);
1393 method public android.bluetooth.le.ScanFilter.Builder setManufacturerData(int, byte[]);
1394 method public android.bluetooth.le.ScanFilter.Builder setManufacturerData(int, byte[], byte[]);
1395 …ethod public android.bluetooth.le.ScanFilter.Builder setServiceData(android.os.ParcelUuid, byte[]);
1396 …blic android.bluetooth.le.ScanFilter.Builder setServiceData(android.os.ParcelUuid, byte[], byte[]);
1405 method @NonNull public java.util.Map<java.lang.Integer,byte[]> getAdvertisingDataMap();
1406 method public byte[] getBytes();
1408 method public android.util.SparseArray<byte[]> getManufacturerSpecificData();
1409 method @Nullable public byte[] getManufacturerSpecificData(int);
1410 method public java.util.Map<android.os.ParcelUuid,byte[]> getServiceData();
1411 method @Nullable public byte[] getServiceData(android.os.ParcelUuid);
1530 ctor public TransportBlock(int, int, int, @Nullable byte[]);
1534 method @Nullable public byte[] getTransportData();
1536 method @Nullable public byte[] toByteArray();
1544 ctor public TransportDiscoveryData(@NonNull byte[]);
1548 method @Nullable public byte[] toByteArray();