Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java477 public void serverConnect(int serverIf, String address, boolean isDirect, int transport) { in serverConnect() method in GattService.BluetoothGattBinder
480 service.serverConnect(serverIf, address, isDirect, transport); in serverConnect()
1907 void serverConnect(int serverIf, String address, boolean isDirect, int transport) { in serverConnect() method in GattService