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.java75 public Boolean hfpClientConnect(BluetoothDevice device) { in hfpClientConnect() method in BluetoothHfpClientFacade
152 return hfpClientConnect(device); in bluetoothHfpClientConnect()
DBluetoothConnectionFacade.java450 mHfpClientProfile.hfpClientConnect(device); in connectProfile()