Home
last modified time | relevance | path

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

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