Searched refs:getDescriptors (Results 1 – 10 of 10) sorted by relevance
86 public byte[] getDescriptors() { in getDescriptors() method in BluetoothHidDeviceAppSdpSettings
138 List<BluetoothGattDescriptor> temp_descs = temp_char.getDescriptors();139 List<BluetoothGattDescriptor> svc_descs = svc_char.getDescriptors();423 for (BluetoothGattDescriptor desc : charac.getDescriptors()) { in getDescriptorByHandle()
479 public List<BluetoothGattDescriptor> getDescriptors() { in getDescriptors() method in BluetoothGattCharacteristic
806 for (BluetoothGattDescriptor desc : charac.getDescriptors()) { in getDescriptorById()
102 ArrayList<UsbDescriptor> descriptors = parser.getDescriptors(); in parse()
346 public ArrayList<UsbDescriptor> getDescriptors() { in getDescriptors() method in UsbDescriptorParser369 public ArrayList<UsbDescriptor> getDescriptors(byte type) { in getDescriptors() method in UsbDescriptorParser
187 for (UsbDescriptor descriptor : parser.getDescriptors()) { in dumpList()561 for (UsbDescriptor descriptor: parser.getDescriptors()) { in checkUsbInterfacesDenyListed()
9154 method public java.util.List<android.bluetooth.BluetoothGattDescriptor> getDescriptors();9418 method public byte[] getDescriptors();
6294 method public java.util.List<android.bluetooth.BluetoothGattDescriptor> getDescriptors();
41728 PLcom/android/server/usb/descriptors/UsbDescriptorParser;->getDescriptors()Ljava/util/ArrayList;