Searched defs:CreateGattConnection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win.cc266 void BluetoothDeviceWin::CreateGattConnection( function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc452 void BluetoothDeviceChromeOS::CreateGattConnection( function in class:chromeos::BluetoothDeviceChromeOS
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_apitest.cc244 BluetoothGattConnection* CreateGattConnection( function in namespace:__anon8063
1117 EXPECT_CALL(*device0_, CreateGattConnection(_, _))
1121 CreateGattConnection(kTestLeDeviceAddress0,
1124 CreateGattConnection(kTestLeDeviceAddress0,
1126 EXPECT_CALL(*device1_, CreateGattConnection(_, _))
1129 CreateGattConnection(kTestLeDeviceAddress1,
1145 static_cast<MockBluetoothGattConnection*>(CreateGattConnection(
1152 EXPECT_CALL(*device0_, CreateGattConnection(_, _))
1157 CreateGattConnection(kTestLeDeviceAddress0,
1183 EXPECT_CALL(*device0_, CreateGattConnection(
[all...]

Completed in 5537 milliseconds