Searched refs:srvcId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
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 | BluetoothGattServer.java | 113 int srvcInstId, ParcelUuid srvcId) { 114 UUID srvcUuid = srvcId.getUuid(); 134 ParcelUuid srvcId, int charInstId, ParcelUuid charId) { 135 UUID srvcUuid = srvcId.getUuid(); 160 ParcelUuid srvcId, int charInstId, ParcelUuid charId, 162 UUID srvcUuid = srvcId.getUuid(); 192 int srvcType, int srvcInstId, ParcelUuid srvcId, 194 UUID srvcUuid = srvcId.getUuid(); 221 int srvcType, int srvcInstId, ParcelUuid srvcId, 224 UUID srvcUuid = srvcId.getUuid();
|
D | IBluetoothGatt.aidl | 73 in ParcelUuid srvcId, boolean advertisePreferred); in beginServiceDeclaration() argument 75 in int srvcInstanceId, in ParcelUuid srvcId); in addIncludedService() argument 82 in int srvcInstanceId, in ParcelUuid srvcId); in removeService() argument 87 in int srvcInstanceId, in ParcelUuid srvcId, in sendNotification() argument
|