Home
last modified time | relevance | path

Searched refs:HciCallbackImpl (Results 1 – 3 of 3) sorted by relevance

/test/xts/hats/hdf/bluetooth/hdiService/
Dbluetooth_hci_callback_impl.h30 class HciCallbackImpl : public IHciCallback {
32 HciCallbackImpl() in HciCallbackImpl() function
34 virtual ~HciCallbackImpl() in ~HciCallbackImpl()
Dbluetooth_hci_callback_impl.cpp23 int32_t HciCallbackImpl::OnInited(BtStatus status) in OnInited()
32 int32_t HciCallbackImpl::OnReceivedHciPacket(BtType type, const std::vector<uint8_t> &data) in OnReceivedHciPacket()
Dbluetooth_hci_services_test.cpp46 sptr<HciCallbackImpl> g_hciCallbacks = nullptr;
79 g_hciCallbacks = new (std::nothrow) HciCallbackImpl();