Home
last modified time | relevance | path

Searched refs:APP_SEC_INVALID_DATA (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DappSec.h43 #define APP_SEC_INVALID_DATA 10 //data is invalid in some way not described by other error … macro
/device/google/contexthub/firmware/os/core/
DappSec.c257 return APP_SEC_INVALID_DATA; in appSecProcessIncomingHdr()
274 return APP_SEC_INVALID_DATA; in appSecProcessIncomingHdr()
294 return APP_SEC_INVALID_DATA; in appSecProcessIncomingHdr()
DnanohubCommand.c397 case APP_SEC_INVALID_DATA: in appSecErrToNanohubReply()