Searched refs:BluetoothPanProfileHandler (Results 1 – 2 of 2) sorted by relevance
47 final class BluetoothPanProfileHandler { class57 public static BluetoothPanProfileHandler sInstance;66 private BluetoothPanProfileHandler(Context context, BluetoothService service) { in BluetoothPanProfileHandler() method in BluetoothPanProfileHandler80 static BluetoothPanProfileHandler getInstance(Context context, in getInstance()82 if (sInstance == null) sInstance = new BluetoothPanProfileHandler(context, service); in getInstance()
171 private BluetoothPanProfileHandler mBluetoothPanProfileHandler;246 mBluetoothPanProfileHandler = BluetoothPanProfileHandler.getInstance(mContext, this); in BluetoothService()458 setBluetoothTetheringNative(false, BluetoothPanProfileHandler.NAP_ROLE, in shutoffBluetooth()459 BluetoothPanProfileHandler.NAP_BRIDGE); in shutoffBluetooth()610 setBluetoothTetheringNative(true, BluetoothPanProfileHandler.NAP_ROLE, in updateSdpRecords()611 BluetoothPanProfileHandler.NAP_BRIDGE); in updateSdpRecords()