Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java378 public void clientConnect(int clientIf, String address, boolean isDirect, int transport) { in clientConnect() method in GattService.BluetoothGattBinder
381 service.clientConnect(clientIf, address, isDirect, transport); in clientConnect()
1388 void clientConnect(int clientIf, String address, boolean isDirect, int transport) { in clientConnect() method in GattService