Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHfpClientFacade.java67 public Boolean hfpClientConnect(BluetoothDevice device) { in hfpClientConnect() method in BluetoothHfpClientFacade
92 return hfpClientConnect(device); in bluetoothHfpClientConnect()
DBluetoothConnectionFacade.java336 boolean status = mHfpClientProfile.hfpClientConnect(device); in connectProfile()