File
Doc
Category
Size
Date
Package
IBluetoothProfileServiceConnection.java
API Doc
Android 5.1 API
4220
Sat Mar 14 05:47:58 GMT 2015
android.bluetooth
IBluetoothProfileServiceConnection
public interface IBluetoothProfileServiceConnection implements android.os.IInterface
Callback for bluetooth profile connections. {@hide}
Fields Summary
Constructors Summary
Methods Summary
public void
onServiceConnected
(
android.content.ComponentName
comp,
android.os.IBinder
service)
public void
onServiceDisconnected
(
android.content.ComponentName
comp)
Java Code Source