Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_gatt_interface.cc435 class BluetoothGattInterfaceImpl : public BluetoothGattInterface { class
437 BluetoothGattInterfaceImpl() : hal_iface_(nullptr) {} in BluetoothGattInterfaceImpl() function in bluetooth::hal::BluetoothGattInterfaceImpl
439 ~BluetoothGattInterfaceImpl() override { in ~BluetoothGattInterfaceImpl()
533 DISALLOW_COPY_AND_ASSIGN(BluetoothGattInterfaceImpl);
541 return static_cast<BluetoothGattInterfaceImpl*>(g_interface) in GetScannerObservers()
548 return static_cast<BluetoothGattInterfaceImpl*>(g_interface) in GetClientObservers()
555 return static_cast<BluetoothGattInterfaceImpl*>(g_interface) in GetServerObservers()
733 std::unique_ptr<BluetoothGattInterfaceImpl> impl( in Initialize()
734 new BluetoothGattInterfaceImpl()); in Initialize()