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 | 112 int srvcInstId, ParcelUuid srvcId) { 113 UUID srvcUuid = srvcId.getUuid(); 133 ParcelUuid srvcId, int charInstId, ParcelUuid charId) { 134 UUID srvcUuid = srvcId.getUuid(); 159 ParcelUuid srvcId, int charInstId, ParcelUuid charId, 161 UUID srvcUuid = srvcId.getUuid(); 191 int srvcType, int srvcInstId, ParcelUuid srvcId, 193 UUID srvcUuid = srvcId.getUuid(); 220 int srvcType, int srvcInstId, ParcelUuid srvcId, 223 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
|