HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_NAP_ROLE (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
PanProfile.java 152 return mDeviceRoleMap.get(device) == BluetoothPan.LOCAL_NAP_ROLE;
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 170 panDevice.mLocalRole == BluetoothPan.LOCAL_NAP_ROLE) {
237 if (panDevice.mLocalRole == BluetoothPan.LOCAL_NAP_ROLE) {
268 if (role == BluetoothPan.LOCAL_NAP_ROLE) {
BluetoothEventLoop.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 63 * <p> {@link #EXTRA_LOCAL_ROLE} can be one of {@link #LOCAL_NAP_ROLE} or
75 * It can be one of {@link #LOCAL_NAP_ROLE} or {@link #LOCAL_PANU_ROLE}.
82 public static final int LOCAL_NAP_ROLE = 1;
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java     [all...]

Completed in 342 milliseconds