Home
last modified time | relevance | path

Searched refs:HciInterfaceImpl (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.cpp37 return new (std::nothrow) HciInterfaceImpl(); in HciInterfaceImplGetInstance()
40 HciInterfaceImpl::HciInterfaceImpl() in HciInterfaceImpl() function in OHOS::HDI::Bluetooth::Hci::V1_0::HciInterfaceImpl
43 new RemoteDeathRecipient(std::bind(&HciInterfaceImpl::OnRemoteDied, this, std::placeholders::_1)); in HciInterfaceImpl()
46 HciInterfaceImpl::~HciInterfaceImpl() in ~HciInterfaceImpl()
54 int32_t HciInterfaceImpl::Init(const sptr<IHciCallback>& callbackObj) in Init()
56 HDF_LOGI("HciInterfaceImpl %{public}s", __func__); in Init()
58 HDF_LOGE("HciInterfaceImpl %{public}s callbackObj null", __func__); in Init()
87 int32_t HciInterfaceImpl
[all...]
H A Dhci_interface_impl.h28 class HciInterfaceImpl : public IHciInterface { class
30 HciInterfaceImpl();
31 virtual ~HciInterfaceImpl();

Completed in 1 milliseconds