Home | History | Annotate | Download | only in bluetooth_low_energy

Lines Matching defs:CreateGattConnection

244 BluetoothGattConnection* CreateGattConnection(
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(_, _))