Searched refs:cmd_header (Results 1 – 1 of 1) sorted by relevance
/hardware/nxp/nfc/pn8x/halimpl/hal/ |
D | phNxpNciHal.cc | 2668 uint8_t cmd_header[] = {0x20, 0x02, 0x24, 0x01, 0xA0, 0x0F, 0x20}; in phNxpNciHal_set_mw_eeprom() local 2670 memcpy(set_mw_eeprom_cmd, cmd_header, sizeof(cmd_header)); in phNxpNciHal_set_mw_eeprom() 2672 memcpy(set_mw_eeprom_cmd + sizeof(cmd_header), phNxpNciMwEepromArea.p_rx_data, in phNxpNciHal_set_mw_eeprom()
|