Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:PAN

229                 case BluetoothProfile.PAN:
268 super(device, BluetoothProfile.PAN, expectedFlags);
324 case BluetoothProfile.PAN:
344 case BluetoothProfile.PAN:
701 * Enables PAN tethering on the local device and checks to make sure that tethering is enabled.
706 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
718 * Disables PAN tethering on the local device and checks to make sure that tethering is
724 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
1113 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
1129 Log.i("BT", "connect to pan");
1218 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
1456 case BluetoothProfile.PAN:
1482 case BluetoothProfile.PAN: