Searched refs:BluetoothMasClient (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetMessagesListing.java19 import android.bluetooth.client.map.BluetoothMasClient.MessagesFilter;
42 BluetoothMasClient.MessagesFilter filter, int subjectLength, int maxListCount,
H A DBluetoothMasRequestGetMessage.java22 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
H A DBluetoothMasRequestPushMessage.java26 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
H A DBluetoothMasClient.java40 public class BluetoothMasClient { class
42 private final static String TAG = "BluetoothMasClient";
311 private final WeakReference<BluetoothMasClient> mClient;
313 public SessionHandler(BluetoothMasClient client) {
316 mClient = new WeakReference<BluetoothMasClient>(client);
322 BluetoothMasClient client = mClient.get();
591 public BluetoothMasClient(BluetoothDevice device, SdpMasRecord mas, method in class:BluetoothMasClient

Completed in 63 milliseconds