Searched defs:BluetoothSocketWin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_win.h26 // The BluetoothSocketWin class implements BluetoothSocket for the Microsoft
28 class BluetoothSocketWin : public BluetoothSocketNet { class in namespace:device
30 static scoped_refptr<BluetoothSocketWin> CreateBluetoothSocket(
61 virtual ~BluetoothSocketWin();
66 BluetoothSocketWin(scoped_refptr<base::SequencedTaskRunner> ui_task_runner,
96 DISALLOW_COPY_AND_ASSIGN(BluetoothSocketWin);
H A Dbluetooth_socket_win.cc59 struct BluetoothSocketWin::ServiceRegData {
75 scoped_refptr<BluetoothSocketWin>
76 BluetoothSocketWin::CreateBluetoothSocket(
82 new BluetoothSocketWin(ui_task_runner, socket_thread));
85 BluetoothSocketWin::BluetoothSocketWin( function in class:device::BluetoothSocketWin
94 BluetoothSocketWin::~BluetoothSocketWin() {
97 void BluetoothSocketWin::Connect(
127 &BluetoothSocketWin
[all...]

Completed in 727 milliseconds