Home
last modified time | relevance | path

Searched defs:serverIf (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java36 public int serverIf = 0; field in HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry()
75 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry()
99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
104 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic()
109 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor()
114 void setStarted(int serverIf, int handle, boolean started) { in setStarted()
145 void deleteService(int serverIf, int serviceHandle) { in deleteService()
DGattService.java1204 public void unregisterServer(int serverIf, AttributionSource attributionSource, in unregisterServer()
1213 private void unregisterServer(int serverIf, AttributionSource attributionSource) { in unregisterServer()
1222 public void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect()
1231 private void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect()
1241 public void serverDisconnect(int serverIf, String address, in serverDisconnect()
1250 private void serverDisconnect(int serverIf, String address, in serverDisconnect()
1260 public void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, in serverSetPreferredPhy()
1271 private void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, in serverSetPreferredPhy()
1301 public void addService(int serverIf, BluetoothGattService svc, in addService()
1310 private void addService(int serverIf, BluetoothGattService svc, in addService()
[all …]
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java115 int serverIf = remoteGattDelegate(serverAddress).getServerIf(); in clientConnect() local
137 int serverIf = remoteGattDelegate(serverAddress).getServerIf(); in clientDisconnect() local
430 final int serverIf = localGattDelegate().registerServer(callback); in registerServer() local
442 public void unregisterServer(int serverIf) { in unregisterServer()
449 final int serverIf, final String clientAddress, boolean isDirect, int transport) { in serverConnect()
469 public void serverDisconnect(final int serverIf, final String clientAddress) { in serverDisconnect()
485 int serverIf, in beginServiceDeclaration()
496 public void addIncludedService(int serverIf, int srvcType, int srvcInstId, ParcelUuid srvcId) { in addIncludedService()
501 public void addCharacteristic(int serverIf, ParcelUuid charId, int properties, in addCharacteristic()
507 public void addDescriptor(int serverIf, ParcelUuid descId, int permissions) { in addDescriptor()
[all …]
DGattDelegate.java193 public IBluetoothGattServerCallback getServerCallback(int serverIf) { in getServerCallback()
217 public void unregisterServer(int serverIf) { in unregisterServer()
249 int state, int serverIf, boolean connected, String address) { in serverConnectionStateChange()
280 public void serverSetMtu(int serverIf, int mtu, String clientAddress) { in serverSetMtu()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java96 void unregisterServer(int serverIf); in unregisterServer()
102 void serverDisconnect(int serverIf, String address); in serverDisconnect()
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()
112 void addCharacteristic(int serverIf, ParcelUuid charId, int properties, int permissions); in addCharacteristic()
115 void addDescriptor(int serverIf, ParcelUuid descId, int permissions); in addDescriptor()
118 void endServiceDeclaration(int serverIf); in endServiceDeclaration()
121 void removeService(int serverIf, int srvcType, int srvcInstanceId, ParcelUuid srvcId); in removeService()
124 void clearServices(int serverIf); in clearServices()
127 void sendResponse(int serverIf, String address, int requestId, in sendResponse()
[all …]
DIBluetoothGattServerCallback.java27 void onServerRegistered(int status, int serverIf); in onServerRegistered()
33 void onServerConnectionState(int status, int serverIf, boolean connected, String address); in onServerConnectionState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java461 int serverIf = 3; in unregisterServer() local
470 int serverIf = 1; in serverConnect() local
483 int serverIf = 1; in serverDisconnect() local
494 int serverIf = 1; in serverSetPreferredPhy() local
509 int serverIf = 1; in serverReadPhy() local
520 int serverIf = 1; in addService() local
531 int serverIf = 1; in removeService() local
542 int serverIf = 1; in clearServices() local
551 int serverIf = 1; in sendResponse() local
567 int serverIf = 1; in sendNotification() local
DGattServiceTest.java185 int serverIf = 1; in emptyClearServices() local
566 int serverIf = 1; in serverConnect() local
576 int serverIf = 1; in serverDisconnect() local
587 int serverIf = 1; in serverSetPreferredPhy() local
599 int serverIf = 1; in serverReadPhy() local
607 int serverIf = 1; in sendNotification() local
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl153 …void unregisterServer(in int serverIf, in AttributionSource attributionSource, in SynchronousResul… in unregisterServer()
155 …void serverConnect(in int serverIf, in String address, in boolean isDirect, in int transport, in A… in serverConnect()
157 …void serverDisconnect(in int serverIf, in String address, in AttributionSource attributionSource, … in serverDisconnect()
163 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService()
165 …void removeService(in int serverIf, in int handle, in AttributionSource attributionSource, in Sync… in removeService()
167 …void clearServices(in int serverIf, in AttributionSource attributionSource, in SynchronousResultRe… in clearServices()
169 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse()
172 void sendNotification(in int serverIf, in String address, in int handle, in sendNotification()
DIBluetoothGattServerCallback.aidl25 void onServerRegistered(in int status, in int serverIf); in onServerRegistered()
26 void onServerConnectionState(in int status, in int serverIf, in onServerConnectionState()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1850 jint serverIf) { in gattServerUnregisterAppNative()
1865 jint serverIf, jstring address, in gattServerDisconnectNative()
1872 jint serverIf, jstring address, in gattServerSetPreferredPhyNative()
1880 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, in readServerPhyCb()
1893 static void gattServerReadPhyNative(JNIEnv* env, jobject object, jint serverIf, in gattServerReadPhyNative()