Searched refs:more (Results 1 - 9 of 9) sorted by relevance

/system/nfc/src/nfc/nfc/
H A Dnfc_ee.c91 tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size, argument
93 return nci_snd_set_routing_cmd(more, num_tlv, tlv_size, p_param_tlvs);
H A Dnfc_ncif.c212 /* check if there are more data to send */
232 * cannot accept any more commands, */
683 evt_data.result.more = *p++;
1066 uint8_t more, num_entries, xx, yy, *pn, tl; local
1070 more = *p++;
1073 if ((more == false) && (xx == (num_entries - 1))) status = NFC_STATUS_OK;
1300 /* buffer can hold more */
/system/nfc/src/nfc/include/
H A Dnci_hmsgs.h66 uint8_t nci_snd_set_routing_cmd(bool more, uint8_t num_tlv, uint8_t tlv_size,
H A Dnfc_api.h629 uint8_t more; /* 0: last, 1: last (limit), 2: more */ member in struct:__anon2332
1207 extern tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size,
/system/bt/osi/src/socket_utils/
H A DREADME41 Please update the above list if adding more sources.
/system/bt/doc/
H A Ddirectory_layout.md5 of one or more modules.
/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.c1013 * check if the number of NFCEE expected is more than what's currently
1716 *p_cur_offset = 0; /* nothing is in queue any more */
1731 bool more, uint8_t* ps,
1754 "more:%d, num_tlv:%d",
1755 *p_max_len, max_tlv, *p_cur_offset, more, num_tlv);
1870 if (more == false) {
1881 if (NFC_SetRouting(more, num_tlv, (uint8_t)(*p_cur_offset), ps + 1) ==
1890 if (NFC_SetRouting(more, 0, 0, ps + 1) == NFA_STATUS_OK) {
2022 bool more = true; local
2049 more
1730 nfa_ee_route_add_one_ecb(tNFA_EE_ECB* p_cb, int* p_max_len, bool more, uint8_t* ps, int* p_cur_offset) argument
[all...]
/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.c560 uint8_t nci_snd_set_routing_cmd(bool more, uint8_t num_tlv, uint8_t tlv_size, argument
568 * 2 bytes (more=FALSE and num routing entries=0) */
584 UINT8_TO_STREAM(pp, more);
/system/nfc/src/nfa/dm/
H A Dnfa_dm_discover.c791 /* do not execute more than one */
1946 if (p_data->nfc_discover.result.more != NCI_DISCOVER_NTF_MORE) {

Completed in 1587 milliseconds