Home
last modified time | relevance | path

Searched refs:gattServerDisconnect (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java600 public void gattServerDisconnect(int serverIf, String address, int connId) { in gattServerDisconnect() method in GattNativeInterface
DGattService.java3184 mNativeInterface.gattServerDisconnect(serverIf, address, connId != null ? connId : 0); in serverDisconnect()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java565 verify(mNativeInterface).gattServerDisconnect(serverIf, address, connId); in serverDisconnect()