Home
last modified time | relevance | path

Searched refs:gattClientDisconnect (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/security/
Dirk_rotation_test.py161 self.dut.sl4a.gattClientDisconnect(gatt_callback)
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py98 central.sl4a.gattClientDisconnect(bluetooth_gatt)
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java457 public void gattClientDisconnect(int clientIf, String address, int connId) { in gattClientDisconnect() method in GattNativeInterface
DGattService.java2166 mNativeInterface.gattClientDisconnect(clientIf, address, connId != null ? connId : 0); in clientDisconnect()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java280 verify(mNativeInterface).gattClientDisconnect(clientIf, address, connId); in disconnectAll()