Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc153 std::shared_ptr<TestClientHandler> client_handler, in FakeBluetoothGattInterface() argument
155 : client_handler_(client_handler) { in FakeBluetoothGattInterface()
166 if (client_handler) g_client_handler = client_handler; in FakeBluetoothGattInterface()
Dfake_bluetooth_gatt_interface.h75 std::shared_ptr<TestClientHandler> client_handler,