Home
last modified time | relevance | path

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

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