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

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetMessagesListing.java 19 import android.bluetooth.client.map.BluetoothMasClient.MessagesFilter;
42 BluetoothMasClient.MessagesFilter filter, int subjectLength, int maxListCount,
BluetoothMasRequestGetMessage.java 22 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
BluetoothMasRequestPushMessage.java 26 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
BluetoothMasClient.java 39 public class BluetoothMasClient {
41 private final static String TAG = "BluetoothMasClient";
310 private final WeakReference<BluetoothMasClient> mClient;
312 public SessionHandler(BluetoothMasClient client) {
315 mClient = new WeakReference<BluetoothMasClient>(client);
321 BluetoothMasClient client = mClient.get();
589 public BluetoothMasClient(BluetoothDevice device, BluetoothMasInstance mas,
    [all...]

Completed in 1959 milliseconds