Searched refs:NFA_HCI_VERSION_SW (Results 1 – 2 of 2) sorted by relevance
43 #define NFA_HCI_VERSION_SW 0x090000 /* HCI SW Version number … macro
1829 data[0] = (UINT8) ((NFA_HCI_VERSION_SW >> 16 ) & 0xFF); in nfa_hci_handle_identity_mgmt_gate_pkt()1830 data[1] = (UINT8) ((NFA_HCI_VERSION_SW >> 8 ) & 0xFF); in nfa_hci_handle_identity_mgmt_gate_pkt()1831 data[2] = (UINT8) ((NFA_HCI_VERSION_SW ) & 0xFF); in nfa_hci_handle_identity_mgmt_gate_pkt()