Searched defs:SapProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DSapProfile.java35 * SapProfile handles Bluetooth SAP profile.
37 final class SapProfile implements LocalBluetoothProfile { class in inherits:LocalBluetoothProfile
38 private static final String TAG = "SapProfile";
71 Log.w(TAG, "SapProfile found new device: " + nextDevice);
74 device.onProfileStateChanged(SapProfile.this,
94 SapProfile(Context context, LocalBluetoothAdapter adapter, method in class:SapProfile

Completed in 102 milliseconds