Home | History | Annotate | Download | only in smp

Lines Matching refs:UINT8

36 typedef UINT8   tSMP_ASSO_MODEL;
86 typedef UINT8 tSMP_EVENT;
107 typedef UINT8 tSMP_STATE;
133 UINT8 key_type;
134 UINT8* p_data;
139 UINT8 *p_data; /* UINT8 type data pointer */
162 UINT8 trace_level;
167 UINT8 failure;
168 UINT8 status;
169 UINT8 role;
170 UINT8 flags;
171 UINT8 cb_evt;
185 UINT8 peer_enc_size;
186 UINT8 loc_enc_size;
187 UINT8 peer_i_key;
188 UINT8 peer_r_key;
189 UINT8 loc_i_key;
190 UINT8 loc_r_key;
199 UINT8 rand_enc_proc;
201 UINT8 addr_type;
205 UINT8 rcvd_cmd_code;
206 UINT8 rcvd_cmd_len;
213 UINT8 pair_fail_status;
245 SMP_API extern void smp_set_test_confirm_value (BOOLEAN enable, UINT8 *p_c_value);
246 SMP_API extern void smp_set_test_rand_value (BOOLEAN enable, UINT8 *p_c_value);
247 SMP_API extern void smp_set_test_pair_fail_status (BOOLEAN enable, UINT8 status);
299 extern BOOLEAN smp_send_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
304 extern void smp_mask_enc_key(UINT8 loc_enc_size, UINT8 * p_data);
307 extern BOOLEAN smp_encrypt_data (UINT8 *key, UINT8 key_len,
308 UINT8 *plain_text, UINT8 pt_len,