Searched refs:hal_iface_ (Results 1 – 2 of 2) sorted by relevance
212 BluetoothInterfaceImpl() : hal_iface_(nullptr), hal_adapter_(nullptr) {} in BluetoothInterfaceImpl()215 if (hal_iface_) hal_iface_->cleanup(); in ~BluetoothInterfaceImpl()229 const bt_interface_t* GetHALInterface() const override { return hal_iface_; } in GetHALInterface()257 hal_iface_ = hal_adapter_->get_bluetooth_interface(); in Initialize()261 status = hal_iface_->init(&bt_callbacks); in Initialize()267 status = hal_iface_->set_os_callouts(&bt_os_callouts); in Initialize()287 const bt_interface_t* hal_iface_; member in bluetooth::hal::BluetoothInterfaceImpl
439 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