HomeSort by relevance Sort by last modified time
    Searched refs:UINT16 (Results 1 - 25 of 525) 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...]
  /external/bluetooth/bluedroid/stack/include/
utfc.h 42 extern UINT16 utfc_16_to_8(UINT8 *p_utf8, UINT16 utf8_len, UINT16 *p_utf16, UINT16 utf16_len);
55 extern UINT16 utfc_8_to_16(UINT16 *p_utf16, UINT16 utf16_len, UINT8 *p_utf8);
gap_api.h 155 typedef void (tGAP_CONN_CALLBACK) (UINT16 gap_handle, UINT16 event);
161 typedef void (tGAP_CALLBACK) (UINT16 event, void *p_data);
170 UINT16 status;
177 UINT16 status;
191 UINT16 service;
198 UINT16 mfc_name;
199 UINT16 lmp_subversion;
209 UINT16 int_min;
210 UINT16 int_max
    [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...]
l2c_api.h 140 UINT16 rtrans_tout;
141 UINT16 mon_tout;
142 UINT16 mps;
151 UINT16 result; /* Only used in confirm messages */
153 UINT16 mtu;
157 UINT16 flush_to;
164 UINT16 flags; /* bit 0: 0-no continuation, 1-continuation */
175 typedef UINT16 tL2CAP_CH_CFG_BITS;
187 typedef void (tL2CA_CONNECT_IND_CB) (BD_ADDR, UINT16, UINT16, UINT8)
    [all...]
sdp_api.h 77 typedef void (tSDP_DISC_CMPL_CB) (UINT16 result);
78 typedef void (tSDP_DISC_CMPL_CB2) (UINT16 result, void* user_data);
83 UINT16 peer_mtu;
89 UINT16 data_len;
99 typedef void (tSDP_DISC_RES_CB) (UINT16 event, tSDP_DATA *p_data);
107 UINT16 u16; /* 16-bit integer */
118 UINT16 attr_id; /* Attribute ID */
119 UINT16 attr_len_type; /* Length and type fields */
136 UINT16 num_uuid_filters; /* Number of UUIds to filter */
138 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);
218 RFC_API extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn,
219 BOOLEAN is_server, UINT16 mtu,
220 BD_ADDR bd_addr, UINT16 *p_handle,
233 RFC_API extern int RFCOMM_RemoveConnection (UINT16 handle);
245 RFC_API extern int RFCOMM_RemoveServer (UINT16 handle)
    [all...]
gatt_api.h 114 typedef UINT16 tGATT_DISCONN_REASON;
165 typedef UINT16 tGATT_PERM;
210 GATT_FORMAT_UINT16, /* 0x06 uint16 */
240 UINT16 unit; /* as UUIUD defined by SIG */
241 UINT16 descr; /* as UUID as defined by SIG */
260 UINT16 len;
271 UINT16 handle_list[GATT_AGGR_HANDLE_NUM_MAX];
285 typedef UINT16 tGATT_CLT_CHAR_CONFIG;
292 typedef UINT16 tGATT_SVR_CHAR_CONFIG;
312 UINT16 conn_id
    [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...]
  /external/bluetooth/bluedroid/bta/include/
bta_fs_api.h 37 UINT16 max_file_len; /* Maximum size file name */
38 UINT16 max_path_len; /* Maximum path length (includes appended file name) */
bta_gattc_co.h 44 BTA_API extern void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt,
45 UINT16 conn_id, BOOLEAN to_save);
60 BTA_API extern void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id);
78 BTA_API extern void bta_gattc_co_cache_save(BD_ADDR server_bda, UINT16 evt,
79 UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr,
80 UINT16 attr_index, UINT16 conn_id);
97 BTA_API extern void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt,
98 UINT16 start_index, UINT16 conn_id)
    [all...]
bta_pan_ci.h 50 BTA_API extern void bta_pan_ci_tx_ready(UINT16 handle);
65 BTA_API extern void bta_pan_ci_rx_ready(UINT16 handle);
82 BTA_API extern void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable);
99 BTA_API extern void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext);
114 BTA_API extern BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 *p_protocol,
127 BTA_API extern void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array)
    [all...]
bta_ag_ci.h 48 BTA_API extern void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len);
61 BTA_API extern void bta_ag_ci_slc_ready(UINT16 handle);
74 BTA_API extern void bta_ag_ci_wbs_command (UINT16 handle, char *p_data, UINT16 len);
bta_gattc_ci.h 47 UINT16 num_attr;
74 BTA_API extern void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt,
75 tBTA_GATT_STATUS status, UINT16 conn_id);
93 BTA_API extern void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt,
94 UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_atrr,
95 tBTA_GATT_STATUS status, UINT16 conn_id);
111 BTA_API extern void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt,
112 tBTA_GATT_STATUS status, UINT16 conn_id);
bta_pan_co.h 81 BTA_API 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 BTA_API extern void bta_pan_co_close(UINT16 handle, UINT8 app_id);
109 BTA_API extern void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id);
124 BTA_API extern void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id);
139 BTA_API 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 BTA_API 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 BTA_API extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable)
    [all...]
bta_ag_co.h 72 BTA_API extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state,
76 BTA_API extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state);
92 BTA_API extern void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service);
105 BTA_API extern void bta_ag_co_data_close(UINT16 handle);
119 BTA_API 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_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);
133 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
  /external/bluetooth/bluedroid/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;
112 extern void pan_conn_ind_cb (UINT16 handle,
117 extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change);
118 extern void pan_data_ind_cb (UINT16 handle
    [all...]
  /external/bluetooth/bluedroid/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;
47 UINT16 service_handle;
48 UINT16 max_handle;
72 extern BOOLEAN dis_valid_handle_range(UINT16 handle);
73 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 95 UINT16 len;
101 UINT16 num_uids;
109 UINT16 start;
110 UINT16 end;
115 UINT16 num_attr;
125 UINT16 id;
134 UINT16 num_attributes;
145 UINT16 num_records;
160 UINT16 next_attr_index; /* attr index for next continuation response */
161 UINT16 next_attr_start_id; /* attr id to start with for the attr index in next cont. response (…)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 166 UINT16 count; /* How many I-frames to drop in a row; used only with one-shot tests */
202 UINT16 rx_sdu_len; /* Length of the SDU being received */
265 UINT16 psm;
266 UINT16 real_psm; /* This may be a dummy RCB for an o/b connection but */
290 UINT16 local_cid; /* Local CID */
291 UINT16 remote_cid; /* Remote CID */
317 UINT16 buff_quota; /* Buffer quota before sending congestion */
326 UINT16 tx_mps; /* TX MPS adjusted based on current controller */
327 UINT16 max_rx_mtu;
342 UINT16 fixed_chnl_idle_tout; /* Idle timeout to use for the fixed channel *
    [all...]
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_int.h 49 UINT16 service_uuid; /* service UUID of search */
57 UINT16 avdt_sdp_ver; /* AVDTP version */
77 A2D_API extern void a2d_set_avdt_sdp_ver (UINT16 avdt_sdp_ver);

Completed in 322 milliseconds

1 2 3 4 5 6 7 8 91011>>