Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.cc833 uint8_t param_size = 0; in nci_snd_get_routing_cmd() local
835 p = NCI_GET_CMD_BUF(param_size); in nci_snd_get_routing_cmd()
839 p->len = NCI_MSG_HDR_SIZE + param_size; in nci_snd_get_routing_cmd()
846 UINT8_TO_STREAM(pp, param_size); in nci_snd_get_routing_cmd()
864 uint8_t param_size = 1; in nci_snd_android_get_caps_cmd() local
866 p = NCI_GET_CMD_BUF(param_size); in nci_snd_android_get_caps_cmd()
870 p->len = NCI_MSG_HDR_SIZE + param_size; in nci_snd_android_get_caps_cmd()
877 UINT8_TO_STREAM(pp, param_size); in nci_snd_android_get_caps_cmd()