Home
last modified time | relevance | path

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

/external/chromium_org/device/bluetooth/
Dbluetooth_socket_chromeos.cc123 int psm_or_channel, in Listen() argument
144 psm_or_channel == BluetoothAdapter::kChannelAuto in Listen()
145 ? 0 : psm_or_channel)); in Listen()
149 psm_or_channel == BluetoothAdapter::kPsmAuto in Listen()
150 ? 0 : psm_or_channel)); in Listen()
Dbluetooth_socket_chromeos.h63 int psm_or_channel,