Searched refs:UINT16 (Results 76 - 100 of 509) sorted by relevance

1234567891011>>

/external/libnfc-nci/src/gki/common/
H A Dgki_debug.c45 void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used)
50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS];
89 UINT16 i;
108 UINT16 gki_calc_stack (UINT8 task)
148 (UINT16)TaskId, gki_cb.com.OSTName[TaskId],
169 UINT16 i;
171 UINT16 size,act_size,maxbuffs;
210 UINT16 buf_size;
211 UINT16 num_bufs;
213 UINT16
[all...]
H A Dgki_common.h84 UINT16 size; /* size of the buffers in the pool */
85 UINT16 total; /* toatal number of buffers */
86 UINT16 cur_cnt; /* number of buffers currently allocated */
87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */
96 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */
110 UINT16 type;
260 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */
266 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */
267 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/
317 UINT16 pool_buf_siz
[all...]
/external/libnfc-nci/src/nfc/include/
H A Dllcp_api.h58 UINT16 miu; /* Local receiving MIU */
124 UINT16 miu; /* MIU of peer device */
134 UINT16 miu; /* MIU of peer device */
233 LLCP_API extern void LLCP_SetConfig (UINT16 link_miu,
236 UINT16 link_timeout,
237 UINT16 inact_timeout_init,
238 UINT16 inact_timeout_target,
239 UINT16 symm_delay,
240 UINT16 data_link_timeout,
241 UINT16 delay_first_pdu_timeou
[all...]
H A Dce_api.h163 UINT16 ndef_msg_max,
164 UINT16 ndef_msg_len,
209 NFC_API extern tNFC_STATUS CE_T4TTestSetCC (UINT16 cc_len,
211 UINT16 max_le,
212 UINT16 max_lc);
225 UINT16 file_id,
226 UINT16 max_file_size,
239 NFC_API extern tNFC_STATUS CE_SendRawFrame (UINT8 *p_raw_data, UINT16 data_len);
250 NFC_API extern tNFC_STATUS CE_SetActivatedTagType (tNFC_ACTIVATE_DEVT *p_activate_params, UINT16 t3t_system_code, tCE_CBACK *p_cback);
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c60 UINT16 GAP_SetDiscoverableMode (UINT16 mode, UINT16 duration, UINT16 interval)
91 UINT16 GAP_ReadDiscoverableMode (UINT16 *duration, UINT16 *interval)
128 UINT16 GAP_SetConnectableMode (UINT16 mode, UINT16 duratio
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hf_client_api.h46 typedef UINT16 tBTA_HF_CLIENT_PEER_FEAT;
67 typedef UINT16 tBTA_HF_CLIENT_CHLD_FEAT;
157 UINT16 handle;
182 UINT16 value;
203 UINT16 cme;
220 UINT16 service;
227 UINT16 value;
310 BTA_API void BTA_HfClientDeregister(UINT16 handle);
325 BTA_API void BTA_HfClientOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask);
338 BTA_API void BTA_HfClientClose(UINT16 handl
[all...]
H A Dbta_hh_co.h31 UINT16 rpt_uuid;
49 BTA_API extern void bta_hh_co_data(UINT8 dev_handle, UINT8 *p_rpt, UINT16 len,
65 UINT16 attr_mask, UINT8 app_id);
H A Dbta_mce_api.h52 typedef UINT16 tBTA_MCE_EVT;
58 UINT16 srv_name_len;
85 UINT16 sdp_db_size; /* The size of p_sdp_db */
H A Dutl.h49 UINT16 service;
95 ** Description This utility function converts a UINT16 to a string. The
103 extern UINT8 utl_itoa(UINT16 i, char *p_s);
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_int.h98 UINT16 lcid; /* Local cid used for this channel */
99 UINT16 peer_l2cap_mtu; /* Max frame that can be sent to peer L2CAP */
109 UINT16 pending_lcid; /* store LCID for incoming connection while connecting */
158 UINT16 uuid; /* Service UUID */
170 UINT16 mtu; /* Max MTU that port can receive */
171 UINT16 peer_mtu; /* Max MTU that port can send */
198 UINT16 credit_tx; /* Flow control credits for tx path */
199 UINT16 credit_rx; /* Flow control credits for rx path, this is */
201 UINT16 credit_rx_max; /* Max number of credits we will allow this guy to sent */
202 UINT16 credit_rx_lo
[all...]
/external/libnfc-nci/src/udrv/include/
H A Duusb.h85 UINT16 wValue;
86 UINT16 wIndex;
87 UINT16 wLength;
154 typedef void (*tUUSB_PROT_COMPLETE_CB ) (UINT8 *pBuf,UINT16 NumBytesInBuf);
156 typedef tUUSB_STATUS (*tUUSB_PROT_SETUP_CB ) (UINT8 **ppBuf,UINT16 *pBufSize);
160 UINT16 *pBufSize);
164 UINT16 NumBytesInBuf);
243 UINT16 RxTimeOut);
270 UINT16 Length,
H A Dusb.h180 UINT16 fmt; /* Data format */
185 UINT16 size; /* Size of GKI buffer pool */
186 UINT16 offset; /* Offset in GKI buffer pool */
192 UINT16 fmt;
221 UDRV_API extern UINT16 USB_Read(tUSB_PORT, UINT8 *, UINT16);
223 UDRV_API extern UINT16 USB_Write(tUSB_PORT, UINT8 *, UINT16);
/external/bluetooth/bluedroid/gki/common/
H A Dgki_common.h72 UINT16 size; /* size of the buffers in the pool */
73 UINT16 total; /* toatal number of buffers */
74 UINT16 cur_cnt; /* number of buffers currently allocated */
75 UINT16 max_cnt; /* maximum number of buffers allocated at any time */
84 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */
100 UINT16 type;
252 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */
258 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */
259 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/
306 UINT16 pool_buf_siz
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_common.h84 UINT16 size; /* size of the buffers in the pool */
85 UINT16 total; /* toatal number of buffers */
86 UINT16 cur_cnt; /* number of buffers currently allocated */
87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */
96 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */
110 UINT16 type;
260 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */
266 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */
267 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/
317 UINT16 pool_buf_siz
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbtu.h180 UINT16 clock_offset;
203 UINT16 event_range; /* start of event range */
218 UINT16 cmd_window;
238 UINT16 hcit_acl_data_size; /* Max ACL data size across HCI transport */
239 UINT16 hcit_acl_pkt_size; /* Max ACL packet size across HCI transport */
243 UINT16 hcit_ble_acl_data_size; /* Max BLE ACL data size across HCI transport */
244 UINT16 hcit_ble_acl_pkt_size; /* Max BLE ACL packet size across HCI transport */
271 BTU_API extern void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
273 BTU_API extern void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
286 BTU_API extern void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 typ
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_ce_api.h84 UINT16 ndef_cur_size,
85 UINT16 ndef_max_size,
134 NFC_API extern tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code,
H A Dnfa_nv_co.h91 NFC_API extern void nfa_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block);
111 NFC_API extern void nfa_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_int.h78 typedef UINT16 tBTA_HH_INT_EVT; /* HID host internal events */
115 UINT16 data;
149 UINT16 attr_mask;
150 UINT16 sub_event;
160 UINT16 conn_id;
168 UINT16 scan_int;
169 UINT16 scan_win;
198 UINT16 uuid;
202 UINT16 client_cfg_value;
222 UINT16 ext_rpt_re
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_int.h98 UINT16 data_mask;
125 UINT16 discoverable_mode;
126 UINT16 connectable_mode;
127 UINT16 scan_window;
128 UINT16 scan_interval;
130 UINT16 adv_interval_min;
131 UINT16 adv_interval_max;
173 UINT16 index;
184 UINT16 min_conn_int;
185 UINT16 max_conn_in
[all...]
H A Dbtm_sco.c81 void btm_sco_flush_sco_data(UINT16 sco_inx)
141 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda,
147 UINT16 temp_pkt_types;
251 void btm_sco_check_send_pkts (UINT16 sco_inx)
284 UINT16 sco_inx, handle;
337 tBTM_STATUS BTM_WriteScoData (UINT16 sco_inx, BT_HDR *p_buf)
406 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle,
409 UINT16 temp_pkt_types;
500 void btm_accept_sco_link(UINT16 sco_inx, tBTM_ESCO_PARAMS *p_setup,
535 void btm_reject_sco_link( UINT16 sco_in
[all...]
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_nv_co.h89 void nfc_hal_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block);
109 void nfc_hal_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block);
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h50 UINT16 nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */
64 UINT16 service_code_list[T3T_MSG_SERVICE_LIST_MAX];
75 UINT16 system_code;
95 UINT16 nlen; /* current size of NDEF message */
96 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */
128 UINT16 ndef_max; /* max size of p_ndef */
129 UINT16 ndef_cur; /* current size of p_ndef */
164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);
H A Drw_int.h101 UINT16 offset; /* Offset of the lock byte in the Tag */
108 UINT16 offset; /* Reserved bytes offset taken from Memory control TLV */
153 UINT16 work_offset; /* Working byte offset */
157 UINT16 new_ndef_msg_len; /* Lenght of new updating NDEF Message */
161 UINT16 ndef_msg_offset; /* The offset on Tag where first NDEF message is present*/
162 UINT16 ndef_msg_len; /* Lenght of NDEF Message */
163 UINT16 max_ndef_msg_len; /* Maximum size of NDEF that can be written on the tag */
164 UINT16 ndef_header_offset; /* The offset on Tag where first NDEF tlv is present */
274 UINT16 offset; /* Offset of the lock byte in the Tag */
281 UINT16 offse
[all...]
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_l2c.c39 void avdt_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id);
40 void avdt_l2c_connect_cfm_cback(UINT16 lcid, UINT16 result);
41 void avdt_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
42 void avdt_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
43 void avdt_l2c_disconnect_ind_cback(UINT16 lcid, BOOLEAN ack_needed);
44 void avdt_l2c_disconnect_cfm_cback(UINT16 lcid, UINT16 result);
45 void avdt_l2c_congestion_ind_cback(UINT16 lci
[all...]
/external/bluetooth/bluedroid/bta/fs/
H A Dbta_fs_ci.c50 void bta_fs_ci_write(int fd, tBTA_FS_CO_STATUS status, UINT16 evt)
85 void bta_fs_ci_read(int fd, UINT16 num_bytes_read, tBTA_FS_CO_STATUS status, UINT16 evt)
121 void bta_fs_ci_open(int fd, tBTA_FS_CO_STATUS status, UINT32 file_size, UINT16 evt)
151 void bta_fs_ci_direntry(tBTA_FS_CO_STATUS status, UINT16 evt)
184 tBTA_FS_CO_STATUS status, UINT16 evt)
187 UINT16 size = sizeof(tBTA_FS_CI_RESUME_EVT) + sizeof(BD_ADDR);
224 void bta_fs_ci_action(tBTA_FS_CO_STATUS status, UINT16 evt)
260 UINT32 file_size, UINT16 evt)
263 UINT16 file_le
[all...]

Completed in 900 milliseconds

1234567891011>>