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.cpp232 std::shared_ptr<TestClientHandler> client_handler, in FakeBluetoothGattInterface() argument
234 : client_handler_(client_handler) { in FakeBluetoothGattInterface()
239 if (client_handler) in FakeBluetoothGattInterface()
240 g_client_handler = client_handler; in FakeBluetoothGattInterface()
Dfake_bluetooth_gatt_interface.h87 FakeBluetoothGattInterface(std::shared_ptr<TestClientHandler> client_handler,