Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java99 public static final int MSG_MAS_CONNECT_CANCEL = 5004; // Send at auth. declined field in BluetoothMapService
331 case MSG_MAS_CONNECT_CANCEL:
845 Message msg = mSessionStatusHandler.obtainMessage(MSG_MAS_CONNECT_CANCEL); in sendConnectCancelMessage()