/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 35 public int serverIf = 0; field in HandleMap.Entry 46 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() 56 int serverIf, in Entry() 71 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry() 79 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry() 104 int serverIf, in addService() 113 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic() 118 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor() 129 void setStarted(int serverIf, int handle, boolean started) { in setStarted() 161 void deleteService(int serverIf, int serviceHandle) { in deleteService()
|
D | GattNativeInterface.java | 111 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) in onServerPhyRead() 186 void onServerRegistered(int status, int serverIf, long uuidLsb, long uuidMsb) in onServerRegistered() 191 void onServiceAdded(int status, int serverIf, List<GattDbElement> service) in onServiceAdded() 196 void onServiceStopped(int status, int serverIf, int srvcHandle) throws RemoteException { in onServiceStopped() 200 void onServiceDeleted(int status, int serverIf, int srvcHandle) { in onServiceDeleted() 204 void onClientConnected(String address, boolean connected, int connId, int serverIf) in onClientConnected() 351 private native void gattServerUnregisterAppNative(int serverIf); in gattServerUnregisterAppNative() 354 int serverIf, String address, int addressType, boolean isDirect, int transport); in gattServerConnectNative() 356 private native void gattServerDisconnectNative(int serverIf, String address, int connId); in gattServerDisconnectNative() 363 private native void gattServerAddServiceNative(int serverIf, List<GattDbElement> service); in gattServerAddServiceNative() [all …]
|
D | GattService.java | 868 public void unregisterServer(int serverIf, AttributionSource attributionSource) { in unregisterServer() 878 int serverIf, in serverConnect() 894 int serverIf, String address, AttributionSource attributionSource) { in serverDisconnect() 904 int serverIf, in serverSetPreferredPhy() 930 int serverIf, BluetoothGattService svc, AttributionSource attributionSource) { in addService() 939 public void removeService(int serverIf, int handle, AttributionSource attributionSource) { in removeService() 948 public void clearServices(int serverIf, AttributionSource attributionSource) { in clearServices() 958 int serverIf, in sendResponse() 975 int serverIf, in sendNotification() 998 int serverIf, in startAdvertisingSet() [all …]
|
D | AdvertiseManagerNativeInterface.java | 74 int serverIf) { in startAdvertisingSet() 176 int serverIf); in startAdvertisingSetNative()
|
D | AdvertiseManager.java | 220 int serverIf, in startAdvertisingSet()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 489 int serverIf = 3; in unregisterServer() local 498 int serverIf = 1; in serverConnect() local 514 int serverIf = 1; in serverDisconnect() local 524 int serverIf = 1; in serverSetPreferredPhy() local 540 int serverIf = 1; in serverReadPhy() local 550 int serverIf = 1; in addService() local 560 int serverIf = 1; in removeService() local 570 int serverIf = 1; in clearServices() local 579 int serverIf = 1; in sendResponse() local 596 int serverIf = 1; in sendNotification() local [all …]
|
D | GattServiceTest.java | 175 int serverIf = 1; in emptyClearServices() local 544 int serverIf = 1; in serverConnect() local 558 int serverIf = 1; in serverDisconnect() local 570 int serverIf = 1; in serverSetPreferredPhy() local 584 int serverIf = 1; in serverReadPhy() local 593 int serverIf = 1; in sendNotification() local
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 154 void unregisterServer(in int serverIf, in AttributionSource attributionSource); in unregisterServer() 156 …void serverConnect(in int serverIf, in String address, in int addressType, in boolean isDirect, in… in serverConnect() 158 … void serverDisconnect(in int serverIf, in String address, in AttributionSource attributionSource); in serverDisconnect() 164 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService() 166 void removeService(in int serverIf, in int handle, in AttributionSource attributionSource); in removeService() 168 void clearServices(in int serverIf, in AttributionSource attributionSource); in clearServices() 170 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse() 173 int 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 | 1933 jobject /* object */, jint serverIf) { in gattServerUnregisterAppNative() 1950 jint serverIf, jstring address, in gattServerDisconnectNative() 1965 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, in readServerPhyCb() 1979 jint serverIf, jstring address) { in gattServerReadPhyNative()
|