/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallbackWrapper.java | 51 public void onGetService(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid) in onGetService() argument 56 public void onGetIncludedService(String address, int srvcType, int srvcInstId, in onGetIncludedService() argument 62 public void onGetCharacteristic(String address, int srvcType, int srvcInstId, in onGetCharacteristic() argument 68 public void onGetDescriptor(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid, in onGetDescriptor() argument 78 public void onCharacteristicRead(String address, int status, int srvcType, int srvcInstId, in onCharacteristicRead() argument 84 public void onCharacteristicWrite(String address, int status, int srvcType, int srvcInstId, in onCharacteristicWrite() argument 93 public void onDescriptorRead(String address, int status, int srvcType, int srvcInstId, in onDescriptorRead() argument 99 public void onDescriptorWrite(String address, int status, int srvcType, int srvcInstId, in onDescriptorWrite() argument 105 public void onNotify(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid, in onNotify() argument
|
D | IBluetoothGattCallback.aidl | 32 void onGetService(in String address, in int srvcType, in int srvcInstId, in onGetService() argument 34 void onGetIncludedService(in String address, in int srvcType, in int srvcInstId, in onGetIncludedService() argument 38 in int srvcInstId, in ParcelUuid srvcUuid, in onGetCharacteristic() argument 42 in int srvcInstId, in ParcelUuid srvcUuid, in onGetDescriptor() argument 47 in int srvcInstId, in ParcelUuid srvcUuid, in onCharacteristicRead() argument 51 in int srvcInstId, in ParcelUuid srvcUuid, in onCharacteristicWrite() argument 55 in int srvcInstId, in ParcelUuid srvcUuid, in onDescriptorRead() argument 60 in int srvcInstId, in ParcelUuid srvcUuid, in onDescriptorWrite() argument 64 in int srvcInstId, in ParcelUuid srvcUuid, in onNotify() argument
|
D | IBluetoothGattServerCallback.aidl | 31 in int srvcInstId, in ParcelUuid srvcId); in onServiceAdded() argument 35 in int srvcInstId, in ParcelUuid srvcId, in onCharacteristicReadRequest() argument 40 in int srvcInstId, in ParcelUuid srvcId, in onDescriptorReadRequest() argument 48 in int srvcInstId, in ParcelUuid srvcId, in onCharacteristicWriteRequest() argument 56 in int srvcInstId, in ParcelUuid srvcId, in onDescriptorWriteRequest() argument
|
D | BluetoothGatt.java | 206 int srvcInstId, ParcelUuid srvcUuid) { 212 srvcInstId, srvcType)); 221 int srvcInstId, ParcelUuid srvcUuid, 231 srvcUuid.getUuid(), srvcInstId, srvcType); 247 int srvcInstId, ParcelUuid srvcUuid, 257 srvcInstId, srvcType); 271 int srvcInstId, ParcelUuid srvcUuid, 280 srvcInstId, srvcType); 316 int srvcInstId, ParcelUuid srvcUuid, 335 srvcType, srvcInstId, srvcUuid, [all …]
|
D | BluetoothGattServer.java | 113 int srvcInstId, ParcelUuid srvcId) { 118 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType); 133 int offset, boolean isLong, int srvcType, int srvcInstId, 141 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType); 159 int offset, boolean isLong, int srvcType, int srvcInstId, 170 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType); 192 int srvcType, int srvcInstId, ParcelUuid srvcId, 200 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType); 221 int srvcType, int srvcInstId, ParcelUuid srvcId, 233 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
|