Searched defs:srvcInstId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothGattCallback.aidl | 30 void onGetService(in String address, in int srvcType, in int srvcInstId, in onGetService() 32 void onGetIncludedService(in String address, in int srvcType, in int srvcInstId, in onGetIncludedService() 36 in int srvcInstId, in ParcelUuid srvcUuid, in onGetCharacteristic() 40 in int srvcInstId, in ParcelUuid srvcUuid, in onGetDescriptor() 45 in int srvcInstId, in ParcelUuid srvcUuid, in onCharacteristicRead() 49 in int srvcInstId, in ParcelUuid srvcUuid, in onCharacteristicWrite() 53 in int srvcInstId, in ParcelUuid srvcUuid, in onDescriptorRead() 58 in int srvcInstId, in ParcelUuid srvcUuid, in onDescriptorWrite() 62 in int srvcInstId, in ParcelUuid srvcUuid, in onNotify()
|
D | IBluetoothGattServerCallback.aidl | 31 in int srvcInstId, in ParcelUuid srvcId); in onServiceAdded() 35 in int srvcInstId, in ParcelUuid srvcId, in onCharacteristicReadRequest() 40 in int srvcInstId, in ParcelUuid srvcId, in onDescriptorReadRequest() 48 in int srvcInstId, in ParcelUuid srvcId, in onCharacteristicWriteRequest() 56 in int srvcInstId, in ParcelUuid srvcId, in onDescriptorWriteRequest()
|
D | BluetoothAdapter.java | 1919 int srvcInstId, ParcelUuid srvcUuid) { in onGetService() 1924 int srvcInstId, ParcelUuid srvcUuid, in onGetIncludedService() 1931 int srvcInstId, ParcelUuid srvcUuid, in onGetCharacteristic() 1938 int srvcInstId, ParcelUuid srvcUuid, in onGetDescriptor() 1949 int srvcInstId, ParcelUuid srvcUuid, in onCharacteristicRead() 1955 int srvcInstId, ParcelUuid srvcUuid, in onCharacteristicWrite() 1961 int srvcInstId, ParcelUuid srvcUuid, in onNotify() 1968 int srvcInstId, ParcelUuid srvcUuid, in onDescriptorRead() 1975 int srvcInstId, ParcelUuid srvcUuid, in onDescriptorWrite()
|