HomeSort by relevance Sort by last modified time
    Searched refs:UINT16 (Results 1 - 25 of 668) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libnfc-nci/src/udrv/include/
unv.h 65 UDRV_API extern BOOLEAN UNV_MapBlock(UINT16, tUNV_STORAGE_PREF, UINT16,
66 UINT16, UINT16 *, void *);
67 UDRV_API extern BOOLEAN UNV_ReadMap(UINT16, tUNV_STORAGE_PREF *, UINT16 *,
68 UINT16 *, UINT16 *);
69 UDRV_API extern BOOLEAN UNV_EraseBlock(UINT16);
70 UDRV_API extern void UNV_Default(UINT16);
    [all...]
  /system/bt/bta/include/
bta_ag_ci.h 48 extern void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len);
61 extern void bta_ag_ci_slc_ready(UINT16 handle);
73 extern void bta_ag_ci_wbs_command (UINT16 handle, char *p_data, UINT16 len);
bta_pan_ci.h 50 extern void bta_pan_ci_tx_ready(UINT16 handle);
65 extern void bta_pan_ci_rx_ready(UINT16 handle);
82 extern void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable);
98 extern void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext);
113 extern BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 *p_protocol,
126 extern void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array)
    [all...]
bta_ag_co.h 63 extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state,
67 extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state);
83 extern void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service);
96 extern void bta_ag_co_data_close(UINT16 handle);
110 extern void bta_ag_co_tx_write(UINT16 handle, UINT8 *p_data, UINT16 len);
bta_hl_ci.h 62 UINT16 evt );
81 UINT16 evt );
102 UINT16 evt );
122 UINT16 evt );
bta_pan_co.h 81 extern void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role, BD_ADDR peer_addr);
94 extern void bta_pan_co_close(UINT16 handle, UINT8 app_id);
109 extern void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id);
124 extern void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id);
139 extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data,
140 UINT16 len, BOOLEAN ext, BOOLEAN forward);
155 extern void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
173 extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable)
    [all...]
bta_ar_api.h 99 extern void bta_ar_reg_avct(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask, tBTA_SYS_ID sys_id);
121 extern void bta_ar_reg_avrc(UINT16 service_uuid, char *p_service_name,
122 char *p_provider_name, UINT16 categories, tBTA_SYS_ID sys_id,
123 BOOLEAN browse_supported, UINT16 profile_version);
134 extern void bta_ar_dereg_avrc(UINT16 service_uuid, tBTA_SYS_ID sys_id);
  /packages/apps/Nfc/nci/jni/
DataQueue.h 66 bool enqueue (UINT8* data, UINT16 dataLen);
81 bool dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen);
98 UINT16 mDataLen; //number of octets of data
99 UINT16 mOffset; //offset of the first octet of data
  /system/bt/stack/include/
l2c_api.h 144 UINT16 rtrans_tout;
145 UINT16 mon_tout;
146 UINT16 mps;
155 UINT16 result; /* Only used in confirm messages */
157 UINT16 mtu;
161 UINT16 flush_to;
168 UINT16 flags; /* bit 0: 0-no continuation, 1-continuation */
176 UINT16 mtu;
177 UINT16 mps;
178 UINT16 credits
    [all...]
gap_api.h 94 typedef void (tGAP_CONN_CALLBACK) (UINT16 gap_handle, UINT16 event);
100 typedef void (tGAP_CALLBACK) (UINT16 event, void *p_data);
106 UINT16 status;
113 UINT16 int_min;
114 UINT16 int_max;
115 UINT16 latency;
116 UINT16 sp_tout;
123 UINT16 icon;
129 typedef void (tGAP_BLE_CMPL_CBACK)(BOOLEAN status, BD_ADDR addr, UINT16 length, char *p_name)
    [all...]
bnep_api.h 85 typedef void (tBNEP_CONN_STATE_CB) (UINT16 handle,
99 typedef void (tBNEP_CONNECT_IND_CB) (UINT16 handle,
115 typedef void (tBNEP_DATA_BUF_CB) (UINT16 handle,
118 UINT16 protocol,
132 typedef void (tBNEP_DATA_IND_CB) (UINT16 handle,
135 UINT16 protocol,
137 UINT16 len,
144 typedef void (tBNEP_TX_DATA_FLOW_CB) (UINT16 handle,
160 typedef void (tBNEP_FILTER_IND_CB) (UINT16 handle,
163 UINT16 num_filters
    [all...]
sdp_api.h 72 typedef void (tSDP_DISC_CMPL_CB) (UINT16 result);
73 typedef void (tSDP_DISC_CMPL_CB2) (UINT16 result, void* user_data);
78 UINT16 peer_mtu;
84 UINT16 data_len;
94 typedef void (tSDP_DISC_RES_CB) (UINT16 event, tSDP_DATA *p_data);
102 UINT16 u16; /* 16-bit integer */
113 UINT16 attr_id; /* Attribute ID */
114 UINT16 attr_len_type; /* Length and type fields */
131 UINT16 num_uuid_filters; /* Number of UUIds to filter */
133 UINT16 num_attr_filters; /* Number of attribute filters *
    [all...]
port_api.h 99 typedef int (tPORT_DATA_CALLBACK) (UINT16 port_handle, void *p_data, UINT16 len);
104 typedef int (tPORT_DATA_CO_CALLBACK) (UINT16 port_handle, UINT8* p_buf, UINT16 len, int type);
106 typedef void (tPORT_CALLBACK) (UINT32 code, UINT16 port_handle);
219 extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn,
220 BOOLEAN is_server, UINT16 mtu,
221 BD_ADDR bd_addr, UINT16 *p_handle,
234 extern int RFCOMM_RemoveConnection (UINT16 handle);
246 extern int RFCOMM_RemoveServer (UINT16 handle)
    [all...]
gatt_api.h 115 typedef UINT16 tGATT_DISCONN_REASON;
166 typedef UINT16 tGATT_PERM;
211 GATT_FORMAT_UINT16, /* 0x06 uint16 */
241 UINT16 unit; /* as UUIUD defined by SIG */
242 UINT16 descr; /* as UUID as defined by SIG */
261 UINT16 len;
272 UINT16 handle_list[GATT_AGGR_HANDLE_NUM_MAX];
286 typedef UINT16 tGATT_CLT_CHAR_CONFIG;
293 typedef UINT16 tGATT_SVR_CHAR_CONFIG;
313 UINT16 conn_id
    [all...]
hcimsgs.h 26 void bte_main_hci_send(BT_HDR *p_msg, UINT16 event);
48 extern BOOLEAN btsnd_hcic_per_inq_mode(UINT16 max_period, UINT16 min_period,
66 extern BOOLEAN btsnd_hcic_create_conn(BD_ADDR dest, UINT16 packet_types,
69 UINT16 clock_offset,
83 extern BOOLEAN btsnd_hcic_disconnect(UINT16 handle, UINT8 reason);
93 extern BOOLEAN btsnd_hcic_add_SCO_conn (UINT16 handle, UINT16 packet_types);
167 extern BOOLEAN btsnd_hcic_change_conn_type (UINT16 handle, UINT16 packet_types)
    [all...]
avrc_api.h 134 UINT16 num_attr;/* The number of attributes in p_attrs */
135 UINT16 *p_attrs; /* The attributes filter. If NULL, AVRCP API sets the attribute filter
146 typedef void (tAVRC_FIND_CBACK) (UINT16 status);
151 typedef void (tAVRC_CTRL_CBACK) (UINT8 handle, UINT8 event, UINT16 result,
212 extern UINT16 AVRC_AddRecord(UINT16 service_uuid, char *p_service_name,
213 char *p_provider_name, UINT16 categories, UINT32 sdp_handle,
214 BOOLEAN browse_supported, UINT16 profile_version);
253 extern UINT16 AVRC_FindService(UINT16 service_uuid, BD_ADDR bd_addr
    [all...]
pan_api.h 97 typedef void (tPAN_CONN_STATE_CB) (UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN is_role_change,
120 typedef void (tPAN_DATA_IND_CB) (UINT16 handle,
123 UINT16 protocol,
125 UINT16 len,
140 typedef void (tPAN_DATA_BUF_IND_CB) (UINT16 handle,
143 UINT16 protocol,
153 typedef void (tPAN_TX_DATA_FLOW_CB) (UINT16 handle,
169 typedef void (tPAN_FILTER_IND_CB) (UINT16 handle,
172 UINT16 num_filters,
189 typedef void (tPAN_MFILTER_IND_CB) (UINT16 handle
    [all...]
  /system/bt/stack/pan/
pan_int.h 54 UINT16 handle;
57 UINT16 bad_pkts_rcvd;
58 UINT16 src_uuid;
59 UINT16 dst_uuid;
60 UINT16 prv_src_uuid;
61 UINT16 prv_dst_uuid;
62 UINT16 ip_addr_known;
111 extern void pan_conn_ind_cb (UINT16 handle,
116 extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change);
117 extern void pan_data_ind_cb (UINT16 handle
    [all...]
  /external/tpm2/
RSAKeySieve_fp.h 13 UINT16 keySizeInBits, // IN: Size of the public modulus in bits
24 UINT16 primes, // IN: number of primes to test
25 UINT16 fieldSize // IN: the field size to use
  /system/bt/stack/l2cap/
l2c_int.h 183 UINT16 rx_sdu_len; /* Length of the SDU being received */
241 UINT16 psm;
242 UINT16 real_psm; /* This may be a dummy RCB for an o/b connection but */
261 UINT16 psm;
281 UINT16 ble_sdu_length; /* Length of unassembled sdu length*/
286 UINT16 local_cid; /* Local CID */
287 UINT16 remote_cid; /* Remote CID */
313 UINT16 buff_quota; /* Buffer quota before sending congestion */
322 UINT16 tx_mps; /* TX MPS adjusted based on current controller */
323 UINT16 max_rx_mtu
    [all...]
  /system/bt/stack/srvc/
srvc_battery_int.h 36 UINT16 ba_level_hdl;
37 UINT16 clt_cfg_hdl;
38 UINT16 rpt_ref_hdl;
39 UINT16 pres_fmt_hdl;
43 UINT16 pending_handle;
70 extern BOOLEAN battery_valid_handle_range(UINT16 handle);
74 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status);
srvc_dis_int.h 31 UINT16 uuid;
32 UINT16 handle;
45 UINT16 service_handle;
46 UINT16 max_handle;
67 extern BOOLEAN dis_valid_handle_range(UINT16 handle);
68 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
srvc_eng_int.h 39 UINT16 conn_id;
74 extern tSRVC_CLCB *srvc_eng_find_clcb_by_conn_id(UINT16 conn_id);
76 extern UINT16 srvc_eng_find_conn_id_by_bd_addr(BD_ADDR bda);
79 extern void srvc_eng_release_channel (UINT16 conn_id) ;
82 extern void srvc_sr_notify(BD_ADDR remote_bda, UINT16 handle, UINT16 len, UINT8 *p_value);
  /system/bt/stack/sdp/
sdpint.h 94 UINT16 len;
100 UINT16 num_uids;
108 UINT16 start;
109 UINT16 end;
114 UINT16 num_attr;
124 UINT16 id;
133 UINT16 num_attributes;
143 UINT16 num_records;
157 UINT16 next_attr_index; /* attr index for next continuation response */
158 UINT16 next_attr_start_id; /* attr id to start with for the attr index in next cont. response (…)
    [all...]
  /system/bt/stack/gatt/
gatt_int.h 33 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) ((UINT16) ((((UINT8)(tcb_idx) ) << 8) | ((UINT8) (gatt_if))))
34 #define GATT_GET_TCB_IDX(conn_id) ((UINT8) (((UINT16) (conn_id)) >> 8))
106 UINT16 s_handle; /* starting handle */
107 UINT16 e_handle; /* ending handle */
108 UINT16 value_len; /* length of the attribute value */
123 UINT16 handle; /* read, handle value confirmation */
124 UINT16 mtu;
131 UINT16 handle;
144 UINT16 handle; /* WRITE, WRITE_BLOB */
145 UINT16 mtu; /* exchange MTU request *
    [all...]

Completed in 916 milliseconds

1 2 3 4 5 6 7 8 91011>>