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.cc149 std::shared_ptr<TestClientHandler> client_handler, in FakeBluetoothGattInterface() argument
151 : client_handler_(client_handler) { in FakeBluetoothGattInterface()
162 if (client_handler) g_client_handler = client_handler; in FakeBluetoothGattInterface()
Dfake_bluetooth_gatt_interface.h72 std::shared_ptr<TestClientHandler> client_handler,