Searched refs:BluetoothGattInterfaceImpl (Results 1 - 1 of 1) sorted by relevance

/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cpp497 class BluetoothGattInterfaceImpl : public BluetoothGattInterface { class in namespace:bluetooth::hal
499 BluetoothGattInterfaceImpl() : hal_iface_(nullptr) { function in class:bluetooth::hal::BluetoothGattInterfaceImpl
502 ~BluetoothGattInterfaceImpl() override {
577 DISALLOW_COPY_AND_ASSIGN(BluetoothGattInterfaceImpl);
585 return static_cast<BluetoothGattInterfaceImpl*>(
592 return static_cast<BluetoothGattInterfaceImpl*>(
866 std::unique_ptr<BluetoothGattInterfaceImpl> impl(
867 new BluetoothGattInterfaceImpl());

Completed in 37 milliseconds