Home
last modified time | relevance | path

Searched defs:srvcType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattCallback.java42 void onGetService(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid); in onGetService()
45 void onGetIncludedService(String address, int srvcType, int srvcInstId, in onGetIncludedService()
50 void onGetCharacteristic(String address, int srvcType, in onGetCharacteristic()
56 void onGetDescriptor(String address, int srvcType, in onGetDescriptor()
65 void onCharacteristicRead(String address, int status, int srvcType, in onCharacteristicRead()
71 void onCharacteristicWrite(String address, int status, int srvcType, in onCharacteristicWrite()
79 void onDescriptorRead(String address, int status, int srvcType, in onDescriptorRead()
86 void onDescriptorWrite(String address, int status, int srvcType, in onDescriptorWrite()
92 void onNotify(String address, int srvcType, in onNotify()
DIBluetoothGatt.java68 void readCharacteristic(int clientIf, String address, int srvcType, in readCharacteristic()
73 void writeCharacteristic(int clientIf, String address, int srvcType, in writeCharacteristic()
78 void readDescriptor(int clientIf, String address, int srvcType, in readDescriptor()
83 void writeDescriptor(int clientIf, String address, int srvcType, in writeDescriptor()
88 void registerForNotification(int clientIf, String address, int srvcType, in registerForNotification()
105 void beginServiceDeclaration(int serverIf, int srvcType, int srvcInstanceId, int minHandles, in beginServiceDeclaration()
109 void addIncludedService(int serverIf, int srvcType, int srvcInstanceId, ParcelUuid srvcId); in addIncludedService()
121 void removeService(int serverIf, int srvcType, int srvcInstanceId, ParcelUuid srvcId); in removeService()
131 void sendNotification(int serverIf, String address, int srvcType, in sendNotification()
DIBluetoothGattServerCallback.java36 void onServiceAdded(int status, int srvcType, int srvcInstId, ParcelUuid srvcId); in onServiceAdded()
40 int srvcType, int srvcInstId, ParcelUuid srvcId, int charInstId, ParcelUuid charId); in onCharacteristicReadRequest()
44 int srvcType, int srvcInstId, ParcelUuid srvcId, in onDescriptorReadRequest()
49 boolean isPrep, boolean needRsp, int srvcType, int srvcInstId, ParcelUuid srvcId, in onCharacteristicWriteRequest()
54 boolean isPrep, boolean needRsp, int srvcType, int srvcInstId, ParcelUuid srvcId, in onDescriptorWriteRequest()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java190 final int srvcType, in readCharacteristic()
232 final int srvcType, in writeCharacteristic()
297 final int srvcType, in readDescriptor()
342 final int srvcType, in writeDescriptor()
414 int srvcType, in registerForNotification()
486 int srvcType, in beginServiceDeclaration()
496 public void addIncludedService(int serverIf, int srvcType, int srvcInstId, ParcelUuid srvcId) { in addIncludedService()
524 public void removeService(int serverIf, int srvcType, int srvcInstId, ParcelUuid srvcId) { in removeService()
590 final int srvcType, in sendNotification()
DGattDelegate.java97 Request(int srvcType, int srvcInstId, ParcelUuid srvcId, int charInstId, in Request()
113 int srvcType, int srvcInstId, ParcelUuid srvcId, int charInstId, in ReadCharacteristicRequest()
128 int srvcType, in ReadDescriptorRequest()