Searched refs:reset_ntf (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/halimpl/pn54x/hal/ |
D | phNxpNciHal_Kovio.c | 36 static uint8_t reset_ntf[] = {0x60, 0x00, 0x06, 0xA0, 0x00, 0xC7, 0xD4, 0x00, 0x00}; variable 124 nxpncihal_ctrl.rx_data_len = sizeof(reset_ntf); in phNxpNciHal_rf_deactivate() 125 memcpy(nxpncihal_ctrl.p_rx_data, reset_ntf, sizeof(reset_ntf)); in phNxpNciHal_rf_deactivate()
|
D | phNxpNciHal.c | 753 static uint8_t reset_ntf[] = {0x60, 0x00, 0x06, 0xA0, 0x00, 0xC7, 0xD4, 0x00, 0x00}; in phNxpNciHal_write_unlocked() local 821 nxpncihal_ctrl.rx_data_len = sizeof(reset_ntf); in phNxpNciHal_write_unlocked() 822 memcpy(nxpncihal_ctrl.p_rx_data, reset_ntf, sizeof(reset_ntf)); in phNxpNciHal_write_unlocked()
|