Home
last modified time | relevance | path

Searched refs:MSG_MAS_CONNECT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java98 public static final int MSG_MAS_CONNECT = 5003; // Send at MAS connect, including the MAS_ID field in BluetoothMapService
328 case MSG_MAS_CONNECT:
832 Message msg = mSessionStatusHandler.obtainMessage(MSG_MAS_CONNECT, masId, 0); in sendConnectMessage()