Searched refs:UINT16 (Results 126 - 150 of 509) sorted by relevance

1234567891011>>

/external/bluetooth/bluedroid/bta/include/
H A Dbta_hh_api.h62 typedef UINT16 tBTA_HH_EVT;
149 typedef UINT16 tBTA_HH_ATTR_MASK;
163 UINT16 sdp_db_size;
199 UINT16 vendor_id; /* vendor ID */
200 UINT16 product_id; /* product ID */
201 UINT16 version; /* version */
202 UINT16 ssr_max_latency; /* SSR max latency, BTA_HH_SSR_PARAM_INVALID if unknown */
203 UINT16 ssr_min_tout; /* SSR min timeout, BTA_HH_SSR_PARAM_INVALID if unknown */
414 UINT8 rpt_id, UINT16 buf_size);
424 BTA_API extern void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rat
[all...]
H A Dbta_hl_api.h189 typedef UINT16 tBTA_HL_MDL_ID; /* 0x0000 reserved,
225 UINT16 max_rx_apdu_size; /* local rcv MTU */
226 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/
232 UINT16 data_type;
233 UINT16 max_rx_apdu_size; /* local rcv MTU */
234 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/
272 UINT16 mtu;
290 UINT16 data_type;
297 UINT16 num_elems;
313 UINT16 ctrl_ps
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c46 UINT16 his_len, int nest_level);
62 UINT16 xx, yy;
120 UINT16 uuid_len, int nest_level)
190 tSDP_ATTRIBUTE *sdp_db_find_attr_in_rec (tSDP_RECORD *p_rec, UINT16 start_attr,
191 UINT16 end_attr)
194 UINT16 xx;
219 static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem,
222 UINT16 xx, yy, len;
333 UINT16 xx, yy, zz;
398 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_i
[all...]
H A Dsdp_utils.c56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid)
58 UINT16 xx;
86 UINT16 xx;
115 UINT16 xx;
178 UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs)
180 UINT16 xx;
313 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text)
316 UINT16 rsp_param_le
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c46 BT_HDR *attp_build_mtu_cmd(UINT8 op_code, UINT16 rx_mtu)
107 BT_HDR *attp_build_err_cmd(UINT8 cmd_code, UINT16 err_handle, UINT8 reason)
136 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid)
165 BT_HDR *attp_build_read_by_type_value_cmd (UINT16 payload_size, tGATT_FIND_TYPE_VALUE *p_value_type)
169 UINT16 len = p_value_type->value_len;
171 if ((p_buf = (BT_HDR *)GKI_getbuf((UINT16)(sizeof(BT_HDR) + payload_size + L2CAP_MIN_OFFSET))) != NULL)
202 BT_HDR *attp_build_read_multi_cmd(UINT16 payload_size, UINT16 num_handle, UINT16 *p_handl
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c52 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info)
55 UINT16 vpsm = psm;
121 void L2CA_Deregister (UINT16 psm)
168 UINT16 L2CA_AllocatePSM(void)
171 UINT16 psm = l2cb.dyn_psm;
212 UINT16 L2CA_ConnectReq (UINT16 psm, BD_ADDR p_bd_addr)
233 UINT16 L2CA_ErtmConnectReq (UINT16 ps
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h71 UINT16 ndef_cur_size;
72 UINT16 ndef_max_size;
94 UINT16 system_code;
152 UINT16 t3t_system_code; /* Type-3 system code */
188 UINT16 ndef_cur_size;
189 UINT16 ndef_max_size;
H A Dnfa_p2p_int.h100 UINT16 miu;
126 UINT16 miu;
174 UINT16 link_miu;
177 UINT16 link_timeout;
178 UINT16 inact_timeout_init;
179 UINT16 inact_timeout_target;
180 UINT16 symm_delay;
181 UINT16 data_link_timeout;
182 UINT16 delay_first_pdu_timeout;
219 UINT16 remote_mi
[all...]
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h77 typedef UINT16 tBTA_GATTC_INT_EVT;
143 UINT16 offset;
144 UINT16 len;
197 UINT16 mtu;
250 UINT16 uuid16;
257 UINT16 uuid_len;
258 UINT16 attr_handle;
273 UINT16 s_handle;
274 UINT16 e_handle;
284 UINT16 s_handl
[all...]
H A Dbta_gatts_api.c158 UINT16 num_handle, BOOLEAN is_primary)
191 void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id)
224 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
263 void BTA_GATTS_AddCharDescriptor (UINT16 service_id,
268 UINT16 len = sizeof(tBTA_GATTS_API_ADD_DESCR);
301 void BTA_GATTS_DeleteService(UINT16 service_id)
329 void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport)
356 void BTA_GATTS_StopService(UINT16 service_id)
386 void BTA_GATTS_HandleValueIndication (UINT16 conn_i
[all...]
H A Dbta_gattc_api.c211 void BTA_GATTC_Close(UINT16 conn_id)
239 void BTA_GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu)
270 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid)
273 UINT16 len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(tBT_UUID);
314 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
353 tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id,
395 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
439 tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id,
484 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_i
[all...]
H A Dbta_gatts_int.h58 typedef UINT16 tBTA_GATTS_INT_EVT;
87 UINT16 num_handle;
105 UINT16 included_service_id;
119 UINT16 attr_id;
120 UINT16 len;
193 UINT16 service_id; /* service handle */
255 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id);
256 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id);
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_int.h121 UINT16 num_uuid;
123 UINT16 num_attr;
124 UINT16 attr_list[BTA_JV_MAX_ATTRS];
140 UINT16 *p_services_len;
155 UINT16 uuid;
191 UINT16 psm; /* the psm used for this server connection */
209 UINT16 port_handle; /* port handle */
221 UINT16 rfc_hdl[BTA_JV_MAX_RFC_SR_SESSION];
235 UINT16 remote_psm;
236 UINT16 rx_mt
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_sdp.c68 static int add_sdp_by_uuid(const char *name, const uint8_t *service_uuid, UINT16 channel)
98 if( SDP_AddSequence(btm_sdp_handle, (UINT16) ATTR_ID_SERVICE_CLASS_ID_LIST,
106 UINT16 list[1];
141 UINT16 pbs_service = UUID_SERVCLASS_PBAP_PSE;
142 UINT16 browse = UUID_SERVCLASS_PUBLIC_BROWSE_GROUP;
175 (UINT16)ATTR_ID_SERVICE_NAME,
230 UINT16 service = UUID_SERVCLASS_MESSAGE_ACCESS;
231 UINT16 browse = UUID_SERVCLASS_PUBLIC_BROWSE_GROUP;
252 p_bta_maps_cfg->mas_id = (UINT16)strtol(&map_handle_buf[0],NULL, 16);
253 p_bta_maps_cfg->supported_message_types = (UINT16)strto
[all...]
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys.h35 typedef BOOLEAN (tBTA_SYS_VS_EVT_HDLR)(UINT16 evt, void *p);
58 typedef UINT16 tBTA_SYS_HW_MODULE;
157 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
161 typedef void (tBTA_SYS_EIR_CBACK)(UINT16 uuid16, BOOLEAN adding);
174 UINT16 mbox_evt; /* GKI mailbox event */
254 extern UINT16 bta_sys_get_sys_features(void);
256 extern void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
284 extern void bta_sys_chg_ssr_config (UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tou
[all...]
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_api.c253 UINT16 AVDT_CreateStream(UINT8 *p_handle, tAVDT_CS *p_cs)
255 UINT16 result = AVDT_SUCCESS;
291 UINT16 AVDT_RemoveStream(UINT8 handle)
293 UINT16 result = AVDT_SUCCESS;
338 UINT16 AVDT_DiscoverReq(BD_ADDR bd_addr, tAVDT_SEP_INFO *p_sep_info,
342 UINT16 result = AVDT_SUCCESS;
386 static UINT16 avdt_get_cap_req(BD_ADDR bd_addr, tAVDT_CCB_API_GETCAP *p_evt)
389 UINT16 result = AVDT_SUCCESS;
447 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback)
484 UINT16 AVDT_GetAllCapRe
[all...]
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_init.c115 ** Returns UINT16
118 UINT16 BTU_AclPktSize(void)
128 ** Returns UINT16
131 UINT16 BTU_BleAclPktSize(void)
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFontFamily.h170 inline UINT16
173 UINT16 EmHeight;
180 inline UINT16
183 UINT16 CellAscent;
190 inline UINT16
193 UINT16 CellDescent;
201 inline UINT16
204 UINT16 LineSpacing;
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c138 UINT16 *p_handle)
140 UINT16 cid;
240 tBNEP_RESULT BNEP_ConnectResp (UINT16 handle, tBNEP_RESULT resp)
243 UINT16 resp_code = BNEP_SETUP_CONN_OK;
282 UINT16 rem_len;
318 tBNEP_RESULT BNEP_Disconnect (UINT16 handle)
361 tBNEP_RESULT BNEP_WriteBuf (UINT16 handle,
364 UINT16 protocol,
397 UINT16 org_len, new_len;
473 tBNEP_RESULT BNEP_Write (UINT16 handl
[all...]
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c77 int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, BOOLEAN is_server,
78 UINT16 mtu, BD_ADDR bd_addr, UINT16 *p_handle,
85 UINT16 rfcomm_mtu;
208 int RFCOMM_RemoveConnection (UINT16 handle)
244 int RFCOMM_RemoveServer (UINT16 handle)
291 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb)
324 int PORT_ClearKeepHandleFlag (UINT16 port_handle)
352 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb)
388 int PORT_SetDataCOCallback (UINT16 port_handl
[all...]
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_int.h200 UINT16 status;
207 UINT16 port_handle;
252 UINT16 serv_handle[BTA_AG_NUM_IDX]; /* RFCOMM server handles */
259 UINT16 conn_handle; /* RFCOMM handle of connected service */
264 UINT16 peer_version; /* profile version of peer device */
265 UINT16 hsp_version; /* HSP profile version */
275 UINT16 sco_idx; /* SCO handle */
309 UINT16 cur_idx; /* SCO handle */
331 extern const UINT16 bta_ag_uuid[BTA_AG_NUM_IDX];
352 extern UINT16 bta_ag_scb_to_id
[all...]
H A Dbta_ag_sdp.c48 void bta_ag_sdp_cback_1(UINT16 status);
49 void bta_ag_sdp_cback_2(UINT16 status);
50 void bta_ag_sdp_cback_3(UINT16 status);
71 static void bta_ag_sdp_cback(UINT16 status, UINT8 idx)
74 UINT16 event;
113 void bta_ag_sdp_cback_1(UINT16 status) {bta_ag_sdp_cback(status, 1);}
114 void bta_ag_sdp_cback_2(UINT16 status) {bta_ag_sdp_cback(status, 2);}
115 void bta_ag_sdp_cback_3(UINT16 status) {bta_ag_sdp_cback(status, 3);}
130 BOOLEAN bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn,
134 UINT16 svc_class_id_lis
[all...]
/external/bluetooth/bluedroid/bta/ar/
H A Dbta_ar_int.h47 UINT16 ct_categories[2];
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_api.c121 if ((p_buf = (tBTA_HL_API_UPDATE *)GKI_getbuf((UINT16)sizeof(tBTA_HL_API_UPDATE))) != NULL)
160 if ((p_buf = (tBTA_HL_API_UPDATE *)GKI_getbuf((UINT16)sizeof(tBTA_HL_API_UPDATE))) != NULL)
191 if ((p_buf = (tBTA_HL_API_REGISTER *)GKI_getbuf((UINT16)sizeof(tBTA_HL_API_REGISTER))) != NULL)
243 if ((p_buf = (tBTA_HL_API_DEREGISTER *)GKI_getbuf((UINT16)(sizeof(tBTA_HL_API_DEREGISTER)))) != NULL)
272 if ((p_buf = (tBTA_HL_API_CCH_OPEN *)GKI_getbuf((UINT16)(sizeof(tBTA_HL_API_CCH_OPEN)))) != NULL)
300 if ((p_buf = (tBTA_HL_API_CCH_CLOSE *)GKI_getbuf((UINT16)(sizeof(tBTA_HL_API_CCH_CLOSE)))) != NULL)
325 if ((p_buf = (tBTA_HL_API_DCH_OPEN *)GKI_getbuf((UINT16)(sizeof(tBTA_HL_API_DCH_OPEN)))) != NULL)
355 if ((p_buf = (tBTA_HL_API_DCH_RECONNECT *)GKI_getbuf((UINT16)(sizeof(tBTA_HL_API_DCH_RECONNECT)))) != NULL)
380 if ((p_buf = (tBTA_HL_API_DCH_CLOSE *)GKI_getbuf((UINT16)(sizeof(tBTA_HL_API_DCH_CLOSE)))) != NULL)
405 if ((p_buf = (tBTA_HL_API_DCH_ABORT *)GKI_getbuf((UINT16)(sizeo
[all...]
H A Dbta_hl_ci.c49 UINT16 evt )
84 UINT16 evt )
119 UINT16 evt )
154 UINT16 evt )

Completed in 415 milliseconds

1234567891011>>