android.bluetooth
Interface IBluetoothDeviceCallback
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IBluetoothDeviceCallback.Stub
public interface IBluetoothDeviceCallback
- extends IInterface
onCreateBondingResult
void onCreateBondingResult(String address,
int result)
throws RemoteException
- Throws:
RemoteException
onGetRemoteServiceChannelResult
void onGetRemoteServiceChannelResult(String address,
int channel)
throws RemoteException
- Throws:
RemoteException
onEnableResult
void onEnableResult(int result)
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature