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

1 2 3 4 5 6 7 891011>>

  /external/libnfc-nci/src/nfc/llcp/
llcp_util.c 44 BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *p_bytes)
46 UINT8 param_type, param_len, *p = p_bytes;
166 UINT8 idx, rx_congest_start;
213 UINT8 idx;
270 tLLCP_STATUS llcp_util_send_ui (UINT8 ssap, UINT8 dsap, tLLCP_APP_CB *p_app_cb, BT_HDR *p_msg)
272 UINT8 *p;
278 p = (UINT8 *) (p_msg + 1) + p_msg->offset;
313 void llcp_util_send_disc (UINT8 dsap, UINT8 ssap
    [all...]
  /system/bt/stack/bnep/
bnep_api.c 163 memcpy ((UINT8 *)&(p_bcb->prv_src_uuid), (UINT8 *)&(p_bcb->src_uuid), sizeof (tBT_UUID));
164 memcpy ((UINT8 *)&(p_bcb->prv_dst_uuid), (UINT8 *)&(p_bcb->dst_uuid), sizeof (tBT_UUID));
170 memcpy ((UINT8 *)&(p_bcb->src_uuid), (UINT8 *)src_uuid, sizeof (tBT_UUID));
171 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)dst_uuid, sizeof (tBT_UUID));
270 memcpy ((UINT8 *)&(p_bcb->src_uuid), (UINT8 *)&(p_bcb->prv_src_uuid), sizeof (tBT_UUID))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/src/
_crcfunext.c 37 typedef unsigned char UINT8;
80 #define BYTE0(x) ((UINT8)(x))
81 #define BYTE1(x) ((UINT8)((x) >> 8))
82 #define BYTE2(x) ((UINT8)((x) >> 16))
83 #define BYTE3(x) ((UINT8)((x) >> 24))
84 #define BYTE7(x) ((UINT8)((x) >> 56))
101 UINT8 crc;
102 UINT8* data;
104 UINT8* table;
150 UINT8 crc
    [all...]
  /system/bt/stack/smp/
smp_api.c 94 extern UINT8 SMP_SetTraceLevel (UINT8 new_level)
141 UINT8 status = SMP_PAIR_INTERNAL_ERR;
183 UINT8 status = SMP_PAIR_INTERNAL_ERR;
226 UINT8 err_code = SMP_PAIR_FAIL_UNKNOWN;
260 void SMP_SecurityGrant(BD_ADDR bd_addr, UINT8 res)
303 void SMP_PasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey)
306 UINT8 failure = SMP_PASSKEY_ENTRY_FAIL;
361 void SMP_ConfirmReply (BD_ADDR bd_addr, UINT8 res)
364 UINT8 failure = SMP_NUMERIC_COMPAR_FAIL
    [all...]
  /system/bt/bta/hl/
bta_hl_utils.c 49 BOOLEAN bta_hl_set_ctrl_psm_for_dch(UINT8 app_idx, UINT8 mcl_idx,
50 UINT8 mdl_idx, UINT16 ctrl_psm)
99 UINT8 *p_sdp_idx)
103 UINT8 i;
176 ** Returns UINT8 tx_win_size
179 UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps)
181 UINT8 tx_win_size;
244 void bta_hl_clean_mdl_cb(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx
    [all...]
  /system/bt/stack/btm/
btm_ble_privacy.c 65 void btm_ble_enq_resolving_list_pending(BD_ADDR pseudo_bda, UINT8 op_code)
87 BOOLEAN btm_ble_brcm_find_resolving_pending_entry(BD_ADDR pseudo_addr, UINT8 action)
91 for (UINT8 i = p_q->q_pending; i != p_q->q_next;)
139 void btm_ble_clear_irk_index(UINT8 index)
141 UINT8 byte;
142 UINT8 bit;
161 UINT8 btm_ble_find_irk_index(void)
163 UINT8 i = 0;
164 UINT8 byte;
165 UINT8 bit
    [all...]
btm_ble_multi_adv.c 55 extern void btm_ble_update_dmt_flag_bits(UINT8 *flag_value,
68 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt)
89 void btm_ble_multi_adv_deq_op_q(UINT8 *p_opcode, UINT8 *p_inst_id, UINT8 *p_cb_evt)
113 UINT8 status, subcode;
114 UINT8 *p = p_params->p_param_buf, inst_id;
117 UINT8 cb_evt = 0, opcode
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_nv_ci.h 101 UINT8 block);
  /external/libnfc-nci/src/nfc/nfc/
nfc_vs.c 102 tNFC_STATUS NFC_SendVsCommand (UINT8 oid,
107 UINT8 *pp;
135 pp = (UINT8 *) (p_data + 1) + p_data->offset;
138 *pp = (UINT8) p_data->len;
nfc_utils.c 74 void nfc_set_conn_id (tNFC_CONN_CB * p_cb, UINT8 conn_id)
76 UINT8 handle;
82 handle = (UINT8) (p_cb - nfc_cb.conn_cb + 1);
97 tNFC_CONN_CB * nfc_find_conn_cb_by_handle (UINT8 id)
123 tNFC_CONN_CB * nfc_find_conn_cb_by_conn_id (UINT8 conn_id)
126 UINT8 handle;
127 UINT8 id;
nfc_main.c 103 static char *nfc_state_name (UINT8 state)
141 static char *nfc_hal_event_name (UINT8 event)
219 UINT8 *p;
220 UINT8 num_interfaces = 0, xx;
229 p = (UINT8 *) (p_init_rsp_msg + 1) + p_init_rsp_msg->offset + NCI_MSG_HDR_SIZE + 1;
355 UINT8 *ps;
424 ps = (UINT8 *)nfc_cb.p_disc_pending;
534 void nfc_main_post_hal_evt (UINT8 hal_evt, tHAL_NFC_STATUS status)
565 static void nfc_main_hal_cback(UINT8 event, tHAL_NFC_STATUS status)
619 static void nfc_main_hal_data_cback(UINT16 data_len, UINT8 *p_data
    [all...]
  /external/tpm2/
BaseTypes.h 17 typedef uint8_t UINT8;
  /system/bt/bta/include/
bta_gatts_co.h 77 extern BOOLEAN bta_gatts_co_load_handle_range(UINT8 index,
bta_pan_api.h 38 typedef UINT8 tBTA_PAN_STATUS;
48 typedef UINT8 tBTA_PAN_EVT;
57 typedef UINT8 tBTA_PAN_ROLE;
63 UINT8 app_id; /* application id */
  /system/bt/btif/include/
btif_util.h 60 const char* dump_rc_event(UINT8 event);
61 const char* dump_rc_notification_event_id(UINT8 event_id);
62 const char* dump_rc_pdu(UINT8 pdu);
76 int ascii_2_hex (const char *p_ascii, int len, UINT8 *p_hex);
  /system/bt/stack/avct/
avct_ccb.c 78 void avct_ccb_dealloc(tAVCT_CCB *p_ccb, UINT8 event, UINT16 result, BD_ADDR bd_addr)
112 UINT8 avct_ccb_to_idx(tAVCT_CCB *p_ccb)
115 return (UINT8) (p_ccb - avct_cb.ccb);
128 tAVCT_CCB *avct_ccb_by_idx(UINT8 idx)
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 68 (UINT16 *) ((UINT8 *)nfc_hal_task_stack + NFC_HAL_TASK_STACK_SIZE),
154 void HAL_NfcCoreInitialized (UINT8 *p_core_init_rsp_params)
171 memcpy ((UINT8 *)(p_msg + 1) + p_msg->offset, p_core_init_rsp_params, size);
189 void HAL_NfcWrite (UINT16 data_len, UINT8 *p_data)
192 UINT8 mt;
208 memcpy ((UINT8 *)(p_msg+1) + p_msg->offset, p_data, data_len);
320 UINT8 HAL_NfcGetMaxNfcee (void)
nfc_hal_dm.c 40 static UINT8 nfc_hal_dm_i93_rw_cfg[NFC_HAL_I93_RW_CFG_LEN] =
49 static UINT8 nfc_hal_dm_set_fw_fsm_cmd[NCI_MSG_HDR_SIZE + 1] =
63 const UINT8 nfc_hal_dm_get_build_info_cmd[NCI_MSG_HDR_SIZE] =
71 const UINT8 nfc_hal_dm_get_patch_version_cmd [NCI_MSG_HDR_SIZE] =
82 extern UINT8 *p_nfc_hal_dm_lptd_cfg;
83 extern UINT8 *p_nfc_hal_dm_pll_325_cfg;
84 extern UINT8 *p_nfc_hal_dm_start_up_cfg;
85 extern UINT8 *p_nfc_hal_dm_start_up_vsc_cfg;
102 tHAL_NFC_STATUS nfc_hal_dm_set_config (UINT8 tlv_size,
103 UINT8 *p_param_tlvs
    [all...]
  /system/bt/stack/include/
gatt_api.h 71 typedef UINT8 tGATT_STATUS;
198 typedef UINT8 tGATT_CHAR_PROP;
209 GATT_FORMAT_UINT8, /* 0x04 uint8 */
235 typedef UINT8 tGATT_FORMAT;
245 UINT8 name_spc; /* The name space of the description */
252 UINT8 rpt_id; /* report ID */
253 UINT8 rpt_type; /* report type */
260 UINT8 format;
262 UINT8 lower_range[GATT_VALID_RANGE_MAX_SIZE]; /* in little endian format */
263 UINT8 upper_range[GATT_VALID_RANGE_MAX_SIZE]
    [all...]
a2d_api.h 88 typedef UINT8 tA2D_STATUS;
227 extern UINT8 A2D_SetTraceLevel (UINT8 new_level);
237 extern UINT8 A2D_BitsSet(UINT8 num);
l2c_api.h 64 typedef UINT8 tL2CAP_CHNL_PRIORITY;
72 typedef UINT8 tL2CAP_CHNL_DATA_RATE;
140 UINT8 mode;
142 UINT8 tx_win_sz;
143 UINT8 max_transmit;
165 UINT8 fcs; /* '0' if desire is to bypass FCS, otherwise '1' */
201 typedef void (tL2CA_CONNECT_IND_CB) (BD_ADDR, UINT16, UINT16, UINT8);
268 typedef void (tL2CA_ECHO_DATA_CB) (BD_ADDR, UINT16, UINT8 *);
323 UINT8 preferred_mode;
324 UINT8 allowed_modes
    [all...]
  /system/bt/stack/srvc/
srvc_eng.c 34 static void srvc_eng_s_request_cback (UINT16 conn_id, UINT32 trans_id, UINT8 op_code, tGATTS_DATA *p_data);
71 UINT8 i_clcb;
96 UINT8 i_clcb;
120 UINT8 i_clcb;
142 UINT8 srvc_eng_find_clcb_idx_by_conn_id(UINT16 conn_id)
144 UINT8 i_clcb;
168 UINT8 i_clcb = 0;
195 UINT8 i_clcb = 0;
215 UINT8 srvc_eng_process_read_req (UINT8 clcb_idx, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_STATUS *p_status
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c 52 UINT8 app_name_len;
68 app_name_len = (UINT8) strlen (p_app_name);
152 UINT8 app_name_len;
161 app_name_len = (UINT8) strlen (p_app_name);
212 tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle, UINT8 gate)
258 tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE hci_handle, UINT8 gate)
351 UINT8 source_gate_id,
352 UINT8 dest_host,
353 UINT8 dest_gate)
356 UINT8 xx
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c 149 tNFA_STATUS NFA_RwWriteNDef (UINT8 *p_data, UINT32 len)
330 tNFA_STATUS NFA_RwLocateTlv (UINT8 tlv_type)
443 tNFA_STATUS NFA_RwT1tRead (UINT8 block_number, UINT8 index)
477 tNFA_STATUS NFA_RwT1tWrite (UINT8 block_number, UINT8 index, UINT8 data, BOOLEAN b_erase)
513 tNFA_STATUS NFA_RwT1tReadSeg (UINT8 segment_number)
546 tNFA_STATUS NFA_RwT1tRead8 (UINT8 block_number)
579 tNFA_STATUS NFA_RwT1tWrite8 (UINT8 block_number, UINT8 *p_data, BOOLEAN b_erase
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 40 #define BTA_COPY_DEVICE_CLASS(coddst, codsrc) {((UINT8 *)(coddst))[0] = ((UINT8 *)(codsrc))[0]; \
41 ((UINT8 *)(coddst))[1] = ((UINT8 *)(codsrc))[1]; \
42 ((UINT8 *)(coddst))[2] = ((UINT8 *)(codsrc))[2];}
166 UINT8 pair_mode;
167 UINT8 conn_paired_only;
176 typedef UINT8 tBTA_DM_RS_RES;
187 UINT8 num_uuid
    [all...]

Completed in 228 milliseconds

1 2 3 4 5 6 7 891011>>