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

1 2 3 4 56 7 8 91011>>

  /external/libnfc-nci/halimpl/bcm2079x/include/
userial.h 53 typedef UINT8 tUSERIAL_PORT;
137 typedef UINT8 tUSERIAL_OP;
191 typedef UINT8 tUSERIAL_FEATURE;
201 typedef UINT8 tUSERIAL_EVT;
208 UINT8 baud; /* Baud rate */
209 UINT8 fc; /* Flow control */
210 UINT8 buf; /* Data buffering mechanism */
211 UINT8 pool; /* GKI buffer pool for received data */
220 UINT8 baud;
221 UINT8 fc
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 57 const UINT8 NFC_HAL_DM_BCM20791B3_STR[] = "20791B3";
61 const UINT8 NFC_HAL_DM_BCM20791B4_STR[] = "20791B4";
65 const UINT8 NFC_HAL_DM_BCM43341B0_STR[] = "43341B0";
72 static void nfc_hal_hci_set_next_hci_netwk_config (UINT8 block);
74 static void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size);
76 static void nfc_hal_hci_vsc_cback (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data);
127 UINT8 *p_hci_netwk_cmd;
140 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE);
147 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE);
156 if ((p_hci_netwk_cmd = (UINT8 *) GKI_getbuf (NCI_MSG_HDR_SIZE + NFC_HAL_HCI_NETWK_INFO_SIZE)) == NULL
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 107 *(p)++ = (UINT8) (((mt) << NCI_MT_SHIFT) | (gid));
110 *(p)++ = (UINT8) (((mt) << NCI_MT_SHIFT) | ((pbf) << NCI_PBF_SHIFT) | (gid));
114 *(p)++ = (UINT8) (((oid) << NCI_OID_SHIFT));
140 *(p)++ = (UINT8) (cid); *(p)++ = 0; *(p)++ = (UINT8) (len);
143 *(p)++ = (UINT8) (((pbf) << NCI_PBF_SHIFT) | (cid)); *(p)++=0; *(p)++ = (len);
181 typedef UINT8 tNCI_STATUS;
356 typedef UINT8 tNCI_INTF_TYPE;
396 typedef UINT8 tNCI_DISCOVERY_TYPE;
550 UINT8 len
    [all...]
  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 48 UINT8 *p;
49 UINT8 *pp, len, op_code;
51 UINT8 *p_old = nfc_cb.last_cmd;
54 p = (UINT8 *) (p_msg + 1) + p_msg->offset;
107 UINT8 *p;
108 UINT8 *pp, len, op_code;
109 UINT8 conn_id;
112 p = (UINT8 *) (p_msg + 1) + p_msg->offset;
159 UINT8 *p;
160 UINT8 *pp, len, op_code
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_nv_ci.h 83 UINT8 block);
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 76 UINT8 server_sap;
110 UINT8 *p_ndef_buff; /* buffer for NDEF message */
119 UINT8 *p_ndef_buff; /* buffer for NDEF message */
129 UINT8 *p_ndef_buff; /* buffer for NDEF message */
180 UINT8 local_sap; /* local SAP of service */
181 UINT8 remote_sap; /* local SAP of service */
182 UINT8 flags; /* internal flags */
190 UINT8 tx_code; /* transmitted code in request/response */
191 UINT8 rx_code; /* received code in request/response */
197 UINT8 *p_ndef_buff; /* NDEF message buffer *
    [all...]
nfa_sys_ptim.h 39 UINT8 timer_id; /* GKI timer id */
60 extern void nfa_sys_ptim_init (tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id);
  /system/bt/bta/ar/
bta_ar.c 44 static UINT8 bta_ar_id(tBTA_SYS_ID sys_id)
46 UINT8 mask = 0;
83 static void bta_ar_avdt_cback(UINT8 handle, BD_ADDR bd_addr, UINT8 event, tAVDT_CTRL *p_data)
103 UINT8 mask = 0;
143 UINT8 mask = 0;
175 UINT8 event = BTA_AR_AVDT_CONN_EVT;
203 void bta_ar_reg_avct(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask, tBTA_SYS_ID sys_id)
205 UINT8 mask = bta_ar_id (sys_id);
228 UINT8 mask = bta_ar_id (sys_id)
    [all...]
  /system/bt/bta/hh/
bta_hh_api.c 112 void BTA_HhClose(UINT8 dev_handle)
151 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param,
152 UINT16 data, UINT8 rpt_id, BT_HDR *p_data)
180 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data)
193 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
195 UINT8 param = (buf_size) ? (r_type | 0x08) : r_type;
209 void BTA_HhSetProtoMode(UINT8 dev_handle, tBTA_HH_PROTO_MODE p_type
    [all...]
  /system/bt/bta/include/
bta_mce_api.h 41 typedef UINT8 tBTA_MCE_STATUS;
55 UINT8 scn;
58 UINT8 instance_id;
59 UINT8 msg_type;
bta_hl_api.h 141 typedef UINT8 tBTA_HL_STATUS;
152 typedef UINT8 tBTA_HL_DEVICE_TYPE;
170 typedef UINT8 tBTA_HL_MDEP_ROLE;
174 typedef UINT8 tBTA_HL_MDEP_ROLE_MASK;
198 typedef UINT8 tBTA_HL_DCH_MODE;
205 typedef UINT8 tBTA_HL_DCH_CFG;
213 typedef UINT8 tBTA_HL_DCH_CREATE_RSP;
220 typedef UINT8 tBTA_HL_SUP_PROC_MASK;
241 UINT8 num_of_mdep_data_types;
249 UINT8 ori_app_id
    [all...]
bta_op_api.h 53 typedef UINT8 tBTA_OP_FMT;
64 typedef UINT8 tBTA_OP_FMT_MASK;
bta_av_sbc.h 181 extern UINT8 bta_av_sbc_cfg_for_cap(UINT8 *p_peer, tA2D_SBC_CIE *p_cap, tA2D_SBC_CIE *p_pref);
193 extern UINT8 bta_av_sbc_cfg_in_cap(UINT8 *p_cfg, tA2D_SBC_CIE *p_cap);
205 extern UINT8 bta_av_sbc_cfg_matches_cap(UINT8 *p_cfg, tA2D_SBC_CIE *p_cap);
  /system/bt/bta/mce/
bta_mce_cfg.c 35 static UINT8 __attribute__ ((aligned(4))) bta_mce_sdp_db_data[BTA_MCE_SDP_DB_SIZE];
  /system/bt/bta/sdp/
bta_sdp_cfg.c 31 static UINT8 __attribute__ ((aligned(4))) bta_sdp_db_data[BTA_SDP_DB_SIZE];
  /system/bt/btif/co/
bta_av_co.c 69 const UINT8 bta_av_co_cp_scmst[BTA_AV_CP_INFO_LEN] = "\x02\x02\x00";
117 UINT8 sep_info_idx; /* local SEP index (in BTA tables) */
118 UINT8 seid; /* peer SEP index (in peer tables) */
119 UINT8 codec_type; /* peer SEP codec type */
120 UINT8 codec_caps[AVDT_CODEC_SIZE]; /* peer SEP codec capabilities */
121 UINT8 num_protect; /* peer SEP number of CP elements */
122 UINT8 protect_info[BTA_AV_CP_INFO_LEN]; /* peer SEP content protection info */
130 UINT8 num_snks; /* total number of sinks at peer */
131 UINT8 num_srcs; /* total number of srcs at peer */
132 UINT8 num_seps; /* total number of seids at peer *
    [all...]
  /system/bt/stack/smp/
smp_utils.c 60 static const UINT8 smp_cmd_size_per_spec[] =
135 typedef BT_HDR * (*tSMP_CMD_ACT)(UINT8 cmd_code, tSMP_CB *p_cb);
137 static BT_HDR *smp_build_pairing_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
138 static BT_HDR *smp_build_confirm_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
139 static BT_HDR *smp_build_rand_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
140 static BT_HDR *smp_build_pairing_fail(UINT8 cmd_code, tSMP_CB *p_cb);
141 static BT_HDR *smp_build_identity_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
142 static BT_HDR *smp_build_encrypt_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb);
143 static BT_HDR *smp_build_security_request(UINT8 cmd_code, tSMP_CB *p_cb);
144 static BT_HDR *smp_build_signing_info_cmd(UINT8 cmd_code, tSMP_CB *p_cb)
    [all...]
  /system/bt/stack/srvc/
srvc_dis_int.h 50 UINT8 dis_read_uuid_idx;
68 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
70 extern UINT8 dis_write_attr_value(tGATT_WRITE_REQ * p_data, tGATT_STATUS *p_status);
srvc_eng_int.h 43 UINT8 cur_srvc_id;
80 extern BOOLEAN srvc_eng_request_channel (BD_ADDR remote_bda, UINT8 srvc_id );
81 extern void srvc_sr_rsp(UINT8 clcb_idx, tGATT_STATUS st, tGATTS_RSP *p_rsp);
82 extern void srvc_sr_notify(BD_ADDR remote_bda, UINT16 handle, UINT16 len, UINT8 *p_value);
  /system/bt/btif/include/
btif_storage.h 185 bt_status_t btif_storage_read_hl_app_data(UINT8 app_idx, char *value, int value_size);
197 bt_status_t btif_storage_write_hl_app_data(UINT8 app_idx, char *value, int value_size);
209 bt_status_t btif_storage_read_hl_mdl_data(UINT8 app_idx, char *value, int value_size);
221 bt_status_t btif_storage_write_hl_mdl_data(UINT8 app_idx, char *value, int value_size);
235 UINT16 attr_mask, UINT8 sub_class,
236 UINT8 app_id, UINT16 vendor_id,
238 UINT8 ctry_code, UINT16 ssr_max_latency,
239 UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list);
283 UINT8 key_type,
292 bt_status_t btif_storage_get_ble_local_key(UINT8 key_type
    [all...]
  /system/bt/stack/l2cap/
l2c_int.h 166 UINT8 next_tx_seq; /* Next sequence number to be Tx'ed */
167 UINT8 last_rx_ack; /* Last sequence number ack'ed by the peer */
168 UINT8 next_seq_expected; /* Next peer sequence number expected */
169 UINT8 last_ack_sent; /* Last peer sequence number ack'ed */
170 UINT8 num_tries; /* Number of retries to send a packet */
171 UINT8 max_held_acks; /* Max acks we can hold before sending */
233 UINT8 state;
299 UINT8 config_done; /* Configuration flag word */
300 UINT8 local_id; /* Transaction ID for local trans */
301 UINT8 remote_id; /* Transaction ID for local *
    [all...]
  /system/bt/stack/include/
profiles_api.h 66 UINT8 level;
67 UINT8 mask;
btm_api.h 90 typedef UINT8 tBTM_DEVICE_ROLE;
93 typedef UINT8 tBTM_BD_NAME[BTM_MAX_REM_BD_NAME_LEN + 1];
98 UINT8 hci_version;
100 UINT8 lmp_version;
110 UINT8 *p_param_buf;
129 typedef UINT8 tBTM_DEV_STATUS;
139 typedef void (tBTM_VS_EVT_CB) (UINT8 len, UINT8 *p);
156 typedef UINT8 (tBTM_FILTER_CB) (BD_ADDR bd_addr, DEV_CLASS dc);
494 typedef UINT8 tBTM_EIR_SEARCH_RESULT
    [all...]
  /system/bt/bta/av/
bta_av_ci.c 68 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category,
69 UINT8 num_seid, UINT8 *p_seid, BOOLEAN recfg_needed, UINT8 avdt_handle)
83 p_buf->p_seid = (UINT8 *)(p_buf + 1);
  /system/bt/stack/avct/
avct_int.h 67 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
68 UINT8 state; /* The state machine state */
69 UINT8 ch_state; /* L2CAP channel state */
70 UINT8 ch_flags; /* L2CAP configuration flags */
78 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
79 UINT8 state; /* The state machine state */
80 UINT8 ch_state; /* L2CAP channel state */
81 UINT8 ch_flags; /* L2CAP configuration flags */
94 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
95 UINT8 state; /* The state machine state *
    [all...]

Completed in 464 milliseconds

1 2 3 4 56 7 8 91011>>