Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl49 void clientConnect(in int clientIf, in String address, in boolean isDirect, in int transport); in clientConnect() method
DBluetoothGatt.java160 mService.clientConnect(mClientIf, mDevice.getAddress(),
771 mService.clientConnect(mClientIf, mDevice.getAddress(), in connect()