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.java90 public static final int MSG_MAS_CONNECT_CANCEL = 5004; // Send at auth. declined field in BluetoothMapService
357 case MSG_MAS_CONNECT_CANCEL: in handleMessage()
965 Message msg = mSessionStatusHandler.obtainMessage(MSG_MAS_CONNECT_CANCEL); in sendConnectCancelMessage()