Searched refs:hal_iface_ (Results 1 – 2 of 2) sorted by relevance
221 BluetoothInterfaceImpl() : hal_iface_(nullptr) {} in BluetoothInterfaceImpl()224 if (hal_iface_) hal_iface_->cleanup(); in ~BluetoothInterfaceImpl()238 const bt_interface_t* GetHALInterface() const override { return hal_iface_; } in GetHALInterface()253 hal_iface_ = interface; in Initialize()257 status = hal_iface_->init(&bt_callbacks, false, false); in Initialize()263 status = hal_iface_->set_os_callouts(&bt_os_callouts); in Initialize()283 const bt_interface_t* hal_iface_; member in bluetooth::hal::BluetoothInterfaceImpl
437 BluetoothGattInterfaceImpl() : hal_iface_(nullptr) {} in BluetoothGattInterfaceImpl()440 if (hal_iface_) hal_iface_->cleanup(); in ~BluetoothGattInterfaceImpl()468 return hal_iface_->advertiser; in GetAdvertiserHALInterface()472 return hal_iface_->scanner; in GetScannerHALInterface()476 return hal_iface_->client; in GetClientHALInterface()480 return hal_iface_->server; in GetServerHALInterface()503 hal_iface_ = gatt_iface; in Initialize()531 const btgatt_interface_t* hal_iface_; member in bluetooth::hal::BluetoothGattInterfaceImpl