Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java120 public static final int MSG_SESSION_ESTABLISHED = 5001; field in BluetoothPbapService
709 case MSG_SESSION_ESTABLISHED:
DBluetoothPbapObexServer.java223 msg.what = BluetoothPbapService.MSG_SESSION_ESTABLISHED; in onConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java57 public static final int MSG_SESSION_ESTABLISHED = 5001; field in SapService
414 case MSG_SESSION_ESTABLISHED:
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java85 public static final int MSG_SESSION_ESTABLISHED = 5001; field in BluetoothMapService
380 case MSG_SESSION_ESTABLISHED: in handleMessage()
DBluetoothMapObexServer.java371 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED; in onConnect()