Home
last modified time | relevance | path

Searched refs:HCI_EVENT_CODE_VENDOR_SPECIFIC (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
Dhci_internal.h39 constexpr uint8_t HCI_EVENT_CODE_VENDOR_SPECIFIC = 0xFF; variable
Dvendor_interface.cpp225 if (data[0] == Hci::HCI_EVENT_CODE_VENDOR_SPECIFIC) { in OnEventReceived()