Searched refs:srvcType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 30 void onServiceAdded(in int status, in int srvcType, in onServiceAdded() argument 34 in int srvcType, in onCharacteristicReadRequest() argument 39 in int srvcType, in onDescriptorReadRequest() argument 47 in int srvcType, in onCharacteristicWriteRequest() argument 55 in int srvcType, in onDescriptorWriteRequest() argument
|
D | BluetoothGattServer.java | 112 public void onServiceAdded(int status, int srvcType, 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);
|
D | IBluetoothGatt.aidl | 71 void beginServiceDeclaration(in int serverIf, in int srvcType, in beginServiceDeclaration() argument 74 void addIncludedService(in int serverIf, in int srvcType, in addIncludedService() argument 81 void removeService(in int serverIf, in int srvcType, in removeService() argument 86 void sendNotification(in int serverIf, in String address, in int srvcType, in sendNotification() argument
|