Searched refs:client_handler (Results 1 – 2 of 2) sorted by relevance
232 std::shared_ptr<TestClientHandler> client_handler, in FakeBluetoothGattInterface() argument234 : client_handler_(client_handler) { in FakeBluetoothGattInterface()239 if (client_handler) in FakeBluetoothGattInterface()240 g_client_handler = client_handler; in FakeBluetoothGattInterface()
87 FakeBluetoothGattInterface(std::shared_ptr<TestClientHandler> client_handler,