HomeSort by relevance Sort by last modified time
    Searched refs:UINT8 (Results 1 - 25 of 545) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libnfc-nci/src/
nfca_version.c 20 const UINT8 nfca_version_string[] = "NFCDROID-AOSP_M_00.01";
28 const UINT8 nfa_version_string[] = "NFA_PI_1.03.66+";
  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 45 UINT8 nci_snd_core_reset (UINT8 reset_type);
46 UINT8 nci_snd_core_init (void);
47 UINT8 nci_snd_core_get_config (UINT8 *param_ids, UINT8 num_ids);
48 UINT8 nci_snd_core_set_config (UINT8 *p_param_tlvs, UINT8 tlv_size);
50 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs)
    [all...]
ndef_utils.h 66 typedef UINT8 tNDEF_STATUS;
101 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgValidate (UINT8 *p_msg, UINT32 msg_len, BOOLEAN b_allow_chunks);
113 EXPORT_NDEF_API extern INT32 NDEF_MsgGetNumRecs (UINT8 *p_msg);
125 EXPORT_NDEF_API extern UINT32 NDEF_MsgGetRecLength (UINT8 *p_cur_rec);
137 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRec (UINT8 *p_cur_rec);
149 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetRecByIndex (UINT8 *p_msg, INT32 index);
161 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetLastRecInMsg (UINT8 *p_msg)
    [all...]
llcp_api.h 38 typedef UINT8 tLLCP_STATUS;
50 UINT8 max_payload_size; /* 64, 128, 192 or 254 */
51 UINT8 waiting_time;
52 UINT8 *p_gen_bytes;
53 UINT8 gen_bytes_len;
59 UINT8 rw; /* Local receiving window */
90 typedef void (tLLCP_LINK_CBACK) (UINT8 event, UINT8 reason);
112 UINT8 event; /* LLCP_SAP_EVT_DATA_IND */
113 UINT8 local_sap; /* SAP of local device *
    [all...]
ce_api.h 54 typedef UINT8 tCE_EVENT;
65 UINT8 *p_data;
73 UINT8 aid_handle;
88 typedef UINT8 tCE_T4T_AID_HANDLE; /* Handle for AID registration */
104 UINT8 *p_buf,
105 UINT8 *p_scratch_buf);
117 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw);
128 NFC_API extern tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data)
    [all...]
  /system/bt/include/
bte_appl.h 29 UINT8 ble_auth_req;
30 UINT8 ble_io_cap;
31 UINT8 ble_init_key;
32 UINT8 ble_resp_key;
33 UINT8 ble_max_key_size;
  /external/libnfc-nci/src/hal/int/
nfc_hal_post_reset.h 37 UINT8 prm_file[NFA_APP_PATCHFILE_MAX_PATH+1]; /* Filename of patchram */
38 UINT8 *p_prm_buf; /* Pointer to buffer for holding patchram data */
41 UINT8 prm_i2c_patchfile[NFA_APP_PATCHFILE_MAX_PATH+1];
42 UINT8 *p_prm_i2c_buf;
44 UINT8 userial_baud;
49 UINT8 snooze_mode;
50 UINT8 idle_threshold_dh;
51 UINT8 idle_threshold_nfcc;
52 UINT8 nfc_wake_active_mode;
53 UINT8 dh_wake_active_mode
    [all...]
nfc_hal_int_api.h 49 typedef UINT8 tNFC_HAL_XTAL_INDEX;
57 UINT8 xtal_index;
64 UINT8 num_xtal_cfg;
87 typedef UINT8 tNFC_HAL_PRM_FORMAT;
105 typedef void (tNFC_HAL_PRM_CBACK) (UINT8 event);
107 typedef UINT8 tNFC_HAL_NCI_EVT; /* MT + Opcode */
108 typedef void (tNFC_HAL_NCI_CBACK) (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data);
163 tHAL_NFC_STATUS HAL_NfcSetSnoozeMode (UINT8 snooze_mode,
164 UINT8 idle_threshold_dh,
165 UINT8 idle_threshold_nfcc
    [all...]
  /system/bt/bta/include/
bta_hh_co.h 32 UINT8 rpt_id;
34 UINT8 srvc_inst_id;
35 UINT8 char_inst_id;
49 extern void bta_hh_co_data(UINT8 dev_handle, UINT8 *p_rpt, UINT16 len,
50 tBTA_HH_PROTO_MODE mode, UINT8 sub_class,
51 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
64 extern void bta_hh_co_open(UINT8 dev_handle, UINT8 sub_class
    [all...]
bta_hl_co.h 53 extern BOOLEAN bta_hl_co_get_num_of_mdep(UINT8 app_id, UINT8 *p_num_of_mdep);
67 extern BOOLEAN bta_hl_co_advrtise_source_sdp(UINT8 app_id);
85 extern BOOLEAN bta_hl_co_get_mdep_config(UINT8 app_id,
86 UINT8 mdep_idx,
87 UINT8 mdep_counter,
105 extern BOOLEAN bta_hl_co_get_echo_config(UINT8 app_id,
123 extern void bta_hl_co_save_mdl(UINT8 app_id, UINT8 item_idx, tBTA_HL_MDL_CFG *p_mdl_cfg );
137 extern void bta_hl_co_delete_mdl(UINT8 app_id, UINT8 item_idx)
    [all...]
bta_av_ci.h 64 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
65 UINT8 category, UINT8 num_seid, UINT8 *p_seid,
66 BOOLEAN recfg_needed, UINT8 avdt_handle);
bta_av_co.h 69 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */
70 UINT8 codec_info[AVDT_CODEC_SIZE];
71 UINT8 codec_type; /* Codec type */
87 extern BOOLEAN bta_av_co_audio_init(UINT8 *p_codec_type, UINT8 *p_codec_info,
88 UINT8 *p_num_protect, UINT8 *p_protect_info, UINT8 index);
102 extern void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps,
103 UINT8 num_snk, UINT8 num_src, BD_ADDR addr, UINT16 uuid_local)
    [all...]
bta_ag_co.h 63 extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state,
67 extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state);
110 extern void bta_ag_co_tx_write(UINT16 handle, UINT8 *p_data, UINT16 len);
  /external/libnfc-nci/src/nfc/int/
tags_int.h 36 UINT8 opcode;
37 UINT8 cmd_len;
38 UINT8 uid_offset;
39 UINT8 rsp_len;
44 UINT8 tag_model;
45 UINT8 tms;
46 UINT8 b_dynamic;
47 UINT8 lock_tlv[3];
48 UINT8 mem_tlv[3];
53 UINT8 manufacturer_id
    [all...]
llcp_int.h 41 typedef UINT8 tLLCP_LINK_STATE;
66 UINT8 flags; /* LLCP internal flags */
68 UINT8 agreed_major_version; /* llcp major version used in activated state */
69 UINT8 agreed_minor_version; /* llcp minor version used in activated state */
71 UINT8 peer_version; /* llcp version of peer device */
75 UINT8 peer_opt; /* Option field of peer device */
79 UINT8 symm_state; /* state of symmectric procedure */
81 UINT8 ll_idx; /* for scheduler of logical link connection */
82 UINT8 dl_idx; /* for scheduler of data link connection */
87 UINT8 link_deact_reason; /* reason of LLCP link deactivated *
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
StartupConfig.h 32 typedef std::basic_string<UINT8> uint8_string;
58 const UINT8* getInternalBuffer ();
73 bool append (const UINT8* newContent, UINT8 newContentLen);
88 bool disableSecureElement (UINT8 bitmask);
91 static const UINT8 mMaxLength;
  /system/bt/stack/include/
avdtc_api.h 49 UINT8 seid_list[AVDT_NUM_SEPS]; /* Array of SEID values */
50 UINT8 num_seps; /* Number of values in array */
61 typedef void tAVDTC_CTRL_CBACK(UINT8 handle, BD_ADDR bd_addr, UINT8 event, tAVDTC_CTRL *p_data);
90 extern void AVDTC_DiscoverRsp(BD_ADDR bd_addr, UINT8 label,
91 tAVDT_SEP_INFO sep_info[], UINT8 num_seps);
102 extern void AVDTC_GetCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap);
113 extern void AVDTC_GetAllCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap);
124 extern void AVDTC_GetConfigReq(UINT8 handle);
135 extern void AVDTC_GetConfigRsp(UINT8 handle, UINT8 label, tAVDT_CFG *p_cfg)
    [all...]
avdt_api.h 89 typedef UINT8 AVDT_REPORT_TYPE;
217 UINT8 frag_lost; /* fraction lost since last RR */
229 UINT8 cname[AVDT_MAX_CNAME_SIZE + 1];
235 UINT8 ret_tout; /* AVDTP signaling retransmission timeout */
236 UINT8 sig_tout; /* AVDTP signaling message timeout */
237 UINT8 idle_tout; /* AVDTP idle signaling channel timeout */
238 UINT8 sec_mask; /* Security mask for BTM_SetSecurityLevel() */
246 UINT8 seid; /* Stream endpoint identifier */
247 UINT8 media_type; /* Media type */
248 UINT8 tsep; /* SEP type *
    [all...]
a2d_sbc.h 79 UINT8 samp_freq; /* Sampling frequency */
80 UINT8 ch_mode; /* Channel mode */
81 UINT8 block_len; /* Block length */
82 UINT8 num_subbands; /* Number of subbands */
83 UINT8 alloc_mthd; /* Allocation method */
84 UINT8 max_bitpool; /* Maximum bitpool */
85 UINT8 min_bitpool; /* Minimum bitpool */
104 extern void A2D_SbcChkFrInit(UINT8 *p_pkt);
114 extern void A2D_SbcDescramble(UINT8 *p_pkt, UINT16 len);
134 extern tA2D_STATUS A2D_BldSbcInfo(UINT8 media_type, tA2D_SBC_CIE *p_ie
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 42 typedef UINT8 tNFA_RW_PRES_CHK_OPTION;
139 NFC_API extern tNFA_STATUS NFA_RwWriteNDef (UINT8 *p_data, UINT32 len);
215 NFC_API extern tNFA_STATUS NFA_RwLocateTlv (UINT8 tlv_type);
291 NFC_API extern tNFA_STATUS NFA_RwT1tRead (UINT8 block_number, UINT8 index);
310 NFC_API extern tNFA_STATUS NFA_RwT1tWrite (UINT8 block_number,
311 UINT8 index,
312 UINT8 data,
332 NFC_API extern tNFA_STATUS NFA_RwT1tReadSeg (UINT8 segment_number);
351 NFC_API extern tNFA_STATUS NFA_RwT1tRead8 (UINT8 block_number)
    [all...]
nfa_hci_api.h 66 typedef UINT8 tNFA_HCI_EVT;
78 typedef UINT8 tNFA_HCI_PIPE_STATE;
82 UINT8 pipe_id; /* Pipe ID */
84 UINT8 local_gate; /* local gate id */
85 UINT8 dest_host; /* Peer host to which this pipe is connected */
86 UINT8 dest_gate; /* Peer gate to which this pipe is connected */
94 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
95 UINT8 num_gates; /* Number of generic gates exist for the application */
108 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
110 UINT8 num_gates; /* Number of generic gates exist for the application (…)
    [all...]
  /system/bt/bta/hl/
bta_hl_int.h 70 typedef UINT8 tBTA_HL_SDP_OPER;
79 typedef UINT8 tBTA_HL_CCH_OPER;
85 typedef UINT8 tBTA_HL_CCH_CLOSE_DCH_OPER;
101 typedef UINT8 tBTA_HL_DCH_OPER;
115 typedef UINT8 tBTA_HL_ECHO_OPER;
135 UINT8 fcs; /* '0' No FCS, otherwise '1' */
219 typedef UINT8 tBTA_HL_CCH_STATE;
228 typedef UINT8 tBTA_HL_DCH_STATE;
240 UINT8 app_id;
254 UINT8 app_id
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 60 typedef UINT8 tNFA_HCI_STATE;
69 typedef UINT8 tNFA_HCI_COMMAND;
70 typedef UINT8 tNFA_HCI_RESPONSE;
139 UINT8 gate;
147 UINT8 gate;
163 UINT8 pipe;
164 UINT8 reg_inx;
172 UINT8 pipe;
173 UINT8 reg_inx;
174 UINT8 size
    [all...]
  /external/libnfc-nci/src/hal/include/
nfc_types.h 54 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 24);}
55 #define UINT24_TO_STREAM(p, u24) {*(p)++ = (UINT8)(u24); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UINT8)((u24) >> 16);}
56 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);}
57 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);
    [all...]
  /external/tpm2/
Locality_fp.h 10 TPMA_LOCALITY LocalityGetAttributes(UINT8 locality // IN: locality value

Completed in 160 milliseconds

1 2 3 4 5 6 7 8 91011>>