Searched refs:HciCallbackImpl (Results 1 – 3 of 3) sorted by relevance
30 class HciCallbackImpl : public IHciCallback {32 HciCallbackImpl() in HciCallbackImpl() function34 virtual ~HciCallbackImpl() in ~HciCallbackImpl()
23 int32_t HciCallbackImpl::OnInited(BtStatus status) in OnInited()32 int32_t HciCallbackImpl::OnReceivedHciPacket(BtType type, const std::vector<uint8_t> &data) in OnReceivedHciPacket()
46 sptr<HciCallbackImpl> g_hciCallbacks = nullptr;79 g_hciCallbacks = new (std::nothrow) HciCallbackImpl();