Home
last modified time | relevance | path

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

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPService.java88 public static final int MSG_CONNECT_CHANNEL = 400; field in BluetoothHDPService
123 case MSG_CONNECT_CHANNEL: in handleMessage()
DBluetoothHDPActivity.java269 sendMessageWithDevice(BluetoothHDPService.MSG_CONNECT_CHANNEL); in connectChannel()