HomeSort by relevance Sort by last modified time
    Searched refs:UINT8 (Results 126 - 150 of 566) 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/bluetooth/bluedroid/stack/hcic/
hciblecmds.c 41 UINT8 *pp;
46 pp = (UINT8 *)(p + 1);
63 UINT8 *pp;
68 pp = (UINT8 *)(p + 1);
83 UINT8 *pp;
88 pp = (UINT8 *)(p + 1);
100 BOOLEAN btsnd_hcic_ble_set_local_used_feat (UINT8 feat_set[8])
103 UINT8 *pp;
108 pp = (UINT8 *)(p + 1);
123 UINT8 *pp
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 163 UINT8 type; /* Type of test to run or turns off random test */
164 UINT8 freq; /* One-shot or random */
172 UINT8 skip_sframe_count; /* Number of S-Frames to skip sending */
185 UINT8 next_tx_seq; /* Next sequence number to be Tx'ed */
186 UINT8 last_rx_ack; /* Last sequence number ack'ed by the peer */
187 UINT8 next_seq_expected; /* Next peer sequence number expected */
188 UINT8 last_ack_sent; /* Last peer sequence number ack'ed */
189 UINT8 num_tries; /* Number of retries to send a packet */
190 UINT8 max_held_acks; /* Max acks we can hold before sending */
257 UINT8 state
    [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;
418 typedef UINT8 tNCI_DISCOVERY_TYPE;
569 UINT8 len
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_int.h 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
    [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/bluetooth/bluedroid/btif/co/
bta_av_co.c 68 const UINT8 bta_av_co_cp_scmst[BTA_AV_CP_INFO_LEN] = "\x02\x02\x00";
116 UINT8 sep_info_idx; /* local SEP index (in BTA tables) */
117 UINT8 seid; /* peer SEP index (in peer tables) */
118 UINT8 codec_type; /* peer SEP codec type */
119 UINT8 codec_caps[AVDT_CODEC_SIZE]; /* peer SEP codec capabilities */
120 UINT8 num_protect; /* peer SEP number of CP elements */
121 UINT8 protect_info[BTA_AV_CP_INFO_LEN]; /* peer SEP content protection info */
129 UINT8 num_snks; /* total number of sinks at peer */
130 UINT8 num_srcs; /* total number of srcs at peer */
131 UINT8 num_seps; /* total number of seids at peer *
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 114 void BTA_HhClose(UINT8 dev_handle)
167 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param,
168 UINT16 data, UINT8 rpt_id, BT_HDR *p_data)
200 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data)
213 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
215 UINT8 param = (buf_size) ? (r_type | 0x08) : r_type;
229 void BTA_HhSetProtoMode(UINT8 dev_handle, tBTA_HH_PROTO_MODE p_type
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_co.h 47 BTA_API extern int bta_co_rfc_data_outgoing(void *user_data, UINT8* buf, UINT16 size);
bta_mce_api.h 42 typedef UINT8 tBTA_MCE_STATUS;
56 UINT8 scn;
59 UINT8 instance_id;
60 UINT8 msg_type;
bta_api.h 50 typedef UINT8 tBTA_STATUS;
108 typedef UINT8 tBTA_SERVICE_ID;
164 UINT8 num_uuid;
174 typedef UINT8 tBTA_SEC;
227 typedef UINT8 tBTA_DM_INQ_MODE;
234 typedef UINT8 tBTA_DM_INQ_FILT;
241 typedef UINT8 tBTA_AUTH_RESP;
248 typedef UINT8 tBTA_PREF_ROLES;
285 UINT8 duration; /* Inquiry duration in 1.28 sec units. */
286 UINT8 max_resps; /* Maximum inquiry responses. Set to zero for unlimited responses. (…)
    [all...]
bta_op_api.h 53 typedef UINT8 tBTA_OP_FMT;
64 typedef UINT8 tBTA_OP_FMT_MASK;
ptim.h 38 UINT8 timer_id; /* GKI timer id */
59 extern void ptim_init(tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id);
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);
bta_fs_ci.h 73 UINT8 *p_sess_info;
76 UINT8 ssn;
77 UINT8 info;
204 BTA_API extern void bta_fs_ci_resume (BD_ADDR_PTR p_addr, UINT8 *p_sess_info,
205 UINT32 timeout, UINT32 offset, UINT8 ssn, UINT8 info,
  /external/bluetooth/bluedroid/bta/mce/
bta_mce_cfg.c 35 static UINT8 __attribute__ ((aligned(4))) bta_mce_sdp_db_data[BTA_MCE_SDP_DB_SIZE];
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis_int.h 52 UINT8 dis_read_uuid_idx;
73 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
75 extern UINT8 dis_write_attr_value(tGATT_WRITE_REQ * p_data, tGATT_STATUS *p_status);
  /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);
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 187 bt_status_t btif_storage_read_hl_app_data(UINT8 app_idx, char *value, int value_size);
199 bt_status_t btif_storage_write_hl_app_data(UINT8 app_idx, char *value, int value_size);
211 bt_status_t btif_storage_read_hl_mdl_data(UINT8 app_idx, char *value, int value_size);
223 bt_status_t btif_storage_write_hl_mdl_data(UINT8 app_idx, char *value, int value_size);
237 UINT16 attr_mask, UINT8 sub_class,
238 UINT8 app_id, UINT16 vendor_id,
240 UINT8 ctry_code, UINT16 ssr_max_latency,
241 UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list);
323 UINT8 key_type,
332 bt_status_t btif_storage_get_ble_local_key(UINT8 key_type
    [all...]
  /external/bluetooth/bluedroid/stack/include/
profiles_api.h 66 UINT8 level;
67 UINT8 mask;
  /external/bluetooth/bluedroid/bta/av/
bta_av_ci.c 70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category,
71 UINT8 num_seid, UINT8 *p_seid, BOOLEAN recfg_needed, UINT8 avdt_handle)
87 p_buf->p_seid = (UINT8 *)(p_buf + 1);
  /external/bluetooth/bluedroid/stack/avct/
avct_int.h 66 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
67 UINT8 state; /* The state machine state */
68 UINT8 ch_state; /* L2CAP channel state */
69 UINT8 ch_flags; /* L2CAP configuration flags */
77 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
78 UINT8 state; /* The state machine state */
79 UINT8 ch_state; /* L2CAP channel state */
80 UINT8 ch_flags; /* L2CAP configuration flags */
93 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */
94 UINT8 state; /* The state machine state *
    [all...]

Completed in 493 milliseconds

1 2 3 4 56 7 8 91011>>