android.bluetooth
Interface BluetoothProfile.ServiceListener

Enclosing interface:
BluetoothProfile

public static interface BluetoothProfile.ServiceListener


Method Summary
 void onServiceConnected(int profile, BluetoothProfile proxy)
           
 void onServiceDisconnected(int profile)
           
 

Method Detail

onServiceConnected

void onServiceConnected(int profile,
                        BluetoothProfile proxy)

onServiceDisconnected

void onServiceDisconnected(int profile)


Copyright © 2008-2012. All Rights Reserved.