android.bluetooth
Interface IBluetoothHeadset
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IBluetoothHeadset.Stub
public interface IBluetoothHeadset
- extends IInterface
System private API for Bluetooth Headset service
getState
int getState()
throws RemoteException
- Throws:
RemoteException
getHeadsetAddress
String getHeadsetAddress()
throws RemoteException
- Throws:
RemoteException
connectHeadset
boolean connectHeadset(String address,
IBluetoothHeadsetCallback callback)
throws RemoteException
- Throws:
RemoteException
isConnected
boolean isConnected(String address)
throws RemoteException
- Throws:
RemoteException
disconnectHeadset
void disconnectHeadset()
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature