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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java66 public static final int MSG_MNS_SEND_EVENT = 2; field in class:BluetoothMnsObexClient
134 case MSG_MNS_SEND_EVENT:
373 Message msg = mHandler.obtainMessage(MSG_MNS_SEND_EVENT, masInstanceId, 0, eventBytes);

Completed in 137 milliseconds