Home
last modified time | relevance | path

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

/test/xts/hats/hdf/bluetooth/hdiService/
H A Dbluetooth_hci_callback_impl.h30 class HciCallbackImpl : public IHciCallback { class
32 HciCallbackImpl() in HciCallbackImpl() function in OHOS::HDI::Bluetooth::Hci::V1_0::HciCallbackImpl
34 virtual ~HciCallbackImpl() in ~HciCallbackImpl()
H A 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()
H A Dbluetooth_hci_services_test.cpp46 sptr<HciCallbackImpl> g_hciCallbacks = nullptr;
79 g_hciCallbacks = new (std::nothrow) HciCallbackImpl(); in HWTEST_F()

Completed in 2 milliseconds