Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_interface.cc212 BluetoothInterfaceImpl() : hal_iface_(nullptr), hal_adapter_(nullptr) {} in BluetoothInterfaceImpl()
234 return hal_adapter_; in GetHALAdapter()
256 hal_adapter_ = reinterpret_cast<bluetooth_device_t*>(device); in Initialize()
257 hal_iface_ = hal_adapter_->get_bluetooth_interface(); in Initialize()
292 const bluetooth_device_t* hal_adapter_; member in bluetooth::hal::BluetoothInterfaceImpl