Searched refs:reset_ntf (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/nfc/src/fuzzers/nci/ |
H A D | hal.cc | 69 const uint8_t reset_ntf[] = {0x60, 0x00, 0x09, 0x02, 0x01, 0x20, variable 85 hal_inject_data(reset_ntf, sizeof(reset_ntf)); in HalWrite()
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/hal/ |
H A D | phNxpNciHal.cc | 1003 static uint8_t reset_ntf[] = {0x60, 0x00, 0x06, 0xA0, 0x00, in phNxpNciHal_write_unlocked() local 1080 nxpncihal_ctrl.rx_data_len = sizeof(reset_ntf); in phNxpNciHal_write_unlocked() 1081 memcpy(nxpncihal_ctrl.p_rx_data, reset_ntf, sizeof(reset_ntf)); in phNxpNciHal_write_unlocked()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/ |
H A D | phNxpNciHal.cc | 1174 static uint8_t reset_ntf[] = {0x60, 0x00, 0x06, 0xA0, 0x00, in phNxpNciHal_write_unlocked() local 1251 nxpncihal_ctrl.rx_data_len = sizeof(reset_ntf); in phNxpNciHal_write_unlocked() 1252 memcpy(nxpncihal_ctrl.p_rx_data, reset_ntf, sizeof(reset_ntf)); in phNxpNciHal_write_unlocked()
|