| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | HandleMap.java | 36 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()
|
| D | GattNativeInterface.java | 117 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) in onServerPhyRead() 239 void onServerRegistered(int status, int serverIf, long uuidLsb, long uuidMsb) in onServerRegistered() 244 void onServiceAdded(int status, int serverIf, List<GattDbElement> service) in onServiceAdded() 249 void onServiceStopped(int status, int serverIf, int srvcHandle) throws RemoteException { in onServiceStopped() 253 void onServiceDeleted(int status, int serverIf, int srvcHandle) { in onServiceDeleted() 257 void onClientConnected(String address, boolean connected, int connId, int serverIf) in onClientConnected() 345 private native void gattServerUnregisterAppNative(int serverIf); in gattServerUnregisterAppNative() 346 private native void gattServerConnectNative(int serverIf, String address, boolean isDirect, in gattServerConnectNative() 348 private native void gattServerDisconnectNative(int serverIf, String address, int connId); in gattServerDisconnectNative() 352 private native void gattServerAddServiceNative(int serverIf, List<GattDbElement> service); in gattServerAddServiceNative() [all …]
|
| D | GattService.java | 1255 public void unregisterServer(int serverIf, AttributionSource attributionSource, in unregisterServer() 1264 private void unregisterServer(int serverIf, AttributionSource attributionSource) { in unregisterServer() 1273 public void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect() 1282 private void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect() 1292 public void serverDisconnect(int serverIf, String address, in serverDisconnect() 1301 private void serverDisconnect(int serverIf, String address, in serverDisconnect() 1311 public void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, in serverSetPreferredPhy() 1322 private void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, in serverSetPreferredPhy() 1352 public void addService(int serverIf, BluetoothGattService svc, in addService() 1361 private void addService(int serverIf, BluetoothGattService svc, in addService() [all …]
|
| D | AdvertiseManager.java | 212 AdvertiseData periodicData, int duration, int maxExtAdvEvents, int serverIf, in startAdvertisingSet() 555 int maxExtAdvEvents, int regId, int serverIf); in startAdvertisingSetNative()
|
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/ |
| D | IBluetoothGattImpl.java | 115 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 …]
|
| D | GattDelegate.java | 193 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/ |
| D | IBluetoothGatt.java | 96 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 …]
|
| D | IBluetoothGattServerCallback.java | 27 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/ |
| D | GattServiceBinderTest.java | 462 int serverIf = 3; in unregisterServer() local 471 int serverIf = 1; in serverConnect() local 484 int serverIf = 1; in serverDisconnect() local 495 int serverIf = 1; in serverSetPreferredPhy() local 510 int serverIf = 1; in serverReadPhy() local 521 int serverIf = 1; in addService() local 532 int serverIf = 1; in removeService() local 543 int serverIf = 1; in clearServices() local 552 int serverIf = 1; in sendResponse() local 568 int serverIf = 1; in sendNotification() local [all …]
|
| D | GattServiceTest.java | 199 int serverIf = 1; in emptyClearServices() local 623 int serverIf = 1; in serverConnect() local 634 int serverIf = 1; in serverDisconnect() local 646 int serverIf = 1; in serverSetPreferredPhy() local 660 int serverIf = 1; in serverReadPhy() local 669 int serverIf = 1; in sendNotification() local
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothGatt.aidl | 155 …void unregisterServer(in int serverIf, in AttributionSource attributionSource, in SynchronousResul… in unregisterServer() 157 …void serverConnect(in int serverIf, in String address, in boolean isDirect, in int transport, in A… in serverConnect() 159 …void serverDisconnect(in int serverIf, in String address, in AttributionSource attributionSource, … in serverDisconnect() 165 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService() 167 …void removeService(in int serverIf, in int handle, in AttributionSource attributionSource, in Sync… in removeService() 169 …void clearServices(in int serverIf, in AttributionSource attributionSource, in SynchronousResultRe… in clearServices() 171 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse() 174 void sendNotification(in int serverIf, in String address, in int handle, in sendNotification()
|
| D | IBluetoothGattServerCallback.aidl | 25 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/ |
| D | com_android_bluetooth_gatt.cpp | 2020 jint serverIf) { in gattServerUnregisterAppNative() 2036 jint serverIf, jstring address, in gattServerDisconnectNative() 2043 jint serverIf, jstring address, in gattServerSetPreferredPhyNative() 2051 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, in readServerPhyCb() 2064 static void gattServerReadPhyNative(JNIEnv* env, jobject object, jint serverIf, in gattServerReadPhyNative()
|