Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_interface.cc242 BluetoothInterfaceImpl() : hal_iface_(nullptr) {} in BluetoothInterfaceImpl()
245 if (hal_iface_) hal_iface_->cleanup(); in ~BluetoothInterfaceImpl()
259 const bt_interface_t* GetHALInterface() const override { return hal_iface_; } in GetHALInterface()
274 hal_iface_ = interface; in Initialize()
278 status = hal_iface_->init(&bt_callbacks, false, false, 0, nullptr, false); in Initialize()
284 status = hal_iface_->set_os_callouts(&bt_os_callouts); in Initialize()
304 const bt_interface_t* hal_iface_; member in bluetooth::hal::BluetoothInterfaceImpl
Dbluetooth_gatt_interface.cc439 BluetoothGattInterfaceImpl() : hal_iface_(nullptr) {} in BluetoothGattInterfaceImpl()
442 if (hal_iface_) hal_iface_->cleanup(); in ~BluetoothGattInterfaceImpl()
470 return hal_iface_->advertiser; in GetAdvertiserHALInterface()
474 return hal_iface_->scanner; in GetScannerHALInterface()
478 return hal_iface_->client; in GetClientHALInterface()
482 return hal_iface_->server; in GetServerHALInterface()
505 hal_iface_ = gatt_iface; in Initialize()
533 const btgatt_interface_t* hal_iface_; member in bluetooth::hal::BluetoothGattInterfaceImpl