Searched refs:HciInterfaceImpl (Results 1 – 2 of 2) sorted by relevance
37 return new (std::nothrow) HciInterfaceImpl(); in HciInterfaceImplGetInstance()40 HciInterfaceImpl::HciInterfaceImpl() in HciInterfaceImpl() function in OHOS::HDI::Bluetooth::Hci::V1_0::HciInterfaceImpl43 … 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()84 int32_t HciInterfaceImpl::SendHciPacket(BtType type, const std::vector<uint8_t>& data) in SendHciPacket()95 int32_t HciInterfaceImpl::Close() in Close()107 void HciInterfaceImpl::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()115 int32_t HciInterfaceImpl::AddHciDeathRecipient(const sptr<IHciCallback>& callbackObj) in AddHciDeathRecipient()127 int32_t HciInterfaceImpl::RemoveHciDeathRecipient(const sptr<IHciCallback>& callbackObj) in RemoveHciDeathRecipient()
28 class HciInterfaceImpl : public IHciInterface {30 HciInterfaceImpl();31 virtual ~HciInterfaceImpl();