HomeSort by relevance Sort by last modified time
    Searched refs:NCI_PARAM_LEN_LB_APPDATA (Results 1 - 5 of 5) sorted by null

  /system/nfc/src/nfa/dm/
nfa_dm_main.cc 295 max_len = NCI_PARAM_LEN_LB_APPDATA;
nfa_dm_discover.cc 489 UINT8_TO_STREAM(p, NCI_PARAM_LEN_LB_APPDATA);
490 ARRAY_TO_STREAM(p, p_cfg->lb_app_data, NCI_PARAM_LEN_LB_APPDATA);
    [all...]
  /system/nfc/src/include/
nci_defs.h 511 #define NCI_PARAM_LEN_LB_APPDATA 4
  /system/nfc/src/nfa/include/
nfa_api.h 602 uint8_t lb_app_data[NCI_PARAM_LEN_LB_APPDATA]; /* Bytes 6 - 9 in SENSB_RES */
    [all...]
nfa_dm_int.h 466 uint8_t lb_appdata[NCI_PARAM_LEN_LB_APPDATA];

Completed in 109 milliseconds