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