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

1 2 3 4 56 7 8 91011>>

  /system/bt/btif/include/
btif_pan_internal.h 69 UINT16 protocol;
97 btpan_conn_t *btpan_find_conn_handle(UINT16 handle);
104 int btpan_tap_send(int tap_fd, const BD_ADDR src, const BD_ADDR dst, UINT16 protocol,
105 const char* buff, UINT16 size, BOOLEAN ext, BOOLEAN forward);
btif_storage.h 235 UINT16 attr_mask, UINT8 sub_class,
236 UINT8 app_id, UINT16 vendor_id,
237 UINT16 product_id, UINT16 version,
238 UINT8 ctry_code, UINT16 ssr_max_latency,
239 UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list);
btif_media.h 69 UINT16 SamplingFreq; /* 16k, 32k, 44.1k or 48k*/
74 UINT16 MtuSize; /* peer mtu size */
82 UINT16 MinMtuSize; /* Minimum peer mtu size */
230 extern void btif_media_aa_writebuf(BT_HDR *pBuf, UINT32 timestamp, UINT16 seq_num);
242 UINT32 timestamp, UINT16 seq_num);
btif_hl.h 147 UINT16 data_type;
148 UINT16 max_tx_apdu_size;
149 UINT16 max_rx_apdu_size;
154 UINT16 data_type;
167 UINT16 mdl_id;
174 UINT16 peer_data_type;
180 UINT16 mtu;
182 UINT16 tx_size;
206 UINT16 req_ctrl_psm;
207 UINT16 ctrl_psm
    [all...]
  /system/bt/stack/avct/
avct_api.c 55 void AVCT_Register(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask)
133 UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc, BD_ADDR peer_addr)
135 UINT16 result = AVCT_SUCCESS;
196 UINT16 AVCT_RemoveConn(UINT8 handle)
198 UINT16 result = AVCT_SUCCESS;
237 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role)
240 UINT16 result = AVCT_SUCCESS;
314 UINT16 AVCT_RemoveBrowse (UINT8 handle)
317 UINT16 result = AVCT_SUCCESS
    [all...]
  /system/bt/stack/include/
hidh_api.h 52 typedef void (tHID_HOST_SDP_CALLBACK) (UINT16 result, UINT16 attr_mask,
139 extern tHID_STATUS HID_HostAddDev (BD_ADDR addr, UINT16 attr_mask,
175 UINT8 param, UINT16 data,
btm_api.h 99 UINT16 hci_revision;
101 UINT16 manufacturer;
102 UINT16 lmp_subversion;
108 UINT16 opcode;
109 UINT16 param_len;
601 UINT16 clock_offset;
631 UINT16 remote_name_len;
651 UINT16 status;
653 UINT16 length;
733 UINT16 handle
    [all...]
  /system/bt/stack/smp/
smp_l2c.c 38 static void smp_tx_complete_callback(UINT16 cid, UINT16 num_pkt);
40 static void smp_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason,
42 static void smp_data_received(UINT16 channel, BD_ADDR bd_addr, BT_HDR *p_buf);
44 static void smp_br_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason,
46 static void smp_br_data_received(UINT16 channel, BD_ADDR bd_addr, BT_HDR *p_buf);
91 static void smp_connect_callback (UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason
    [all...]
  /system/bt/bta/include/
bta_av_co.h 66 UINT16 bit_rate; /* SBC encoder bit rate in kbps */
67 UINT16 bit_rate_busy; /* SBC encoder bit rate in kbps */
68 UINT16 bit_rate_swampd;/* SBC encoder bit rate in kbps */
103 UINT8 num_snk, UINT8 num_src, BD_ADDR addr, UINT16 uuid_local);
197 UINT16 mtu);
212 UINT16 mtu);
229 UINT16 mtu);
243 UINT16 mtu);
376 extern void bta_av_co_audio_delay(tBTA_AV_HNDL hndl, UINT16 delay);
389 extern void bta_av_co_video_delay(tBTA_AV_HNDL hndl, UINT16 delay)
    [all...]
bta_hh_api.h 62 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 extern void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate)
    [all...]
  /system/bt/stack/gap/
gap_conn.c 34 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
35 static void gap_connect_cfm (UINT16 l2cap_cid, UINT16 result);
36 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
37 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
38 static void gap_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed);
39 static void gap_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg);
40 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
41 static void gap_tx_complete_ind (UINT16 l2cap_cid, UINT16 sdu_sent)
    [all...]
  /system/bt/stack/sdp/
sdp_main.c 58 static void sdp_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm,
60 static void sdp_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
61 static void sdp_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
62 static void sdp_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed);
63 static void sdp_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg);
66 static void sdp_connect_cfm (UINT16 l2cap_cid, UINT16 result);
67 static void sdp_disconnect_cfm (UINT16 l2cap_cid, UINT16 result)
    [all...]
sdp_db.c 45 UINT16 his_len, int nest_level);
61 UINT16 xx, yy;
119 UINT16 uuid_len, int nest_level)
189 tSDP_ATTRIBUTE *sdp_db_find_attr_in_rec (tSDP_RECORD *p_rec, UINT16 start_attr,
190 UINT16 end_attr)
193 UINT16 xx;
218 static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem,
221 UINT16 xx, yy, len;
332 UINT16 xx, yy, zz;
395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type
    [all...]
sdp_utils.c 56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid)
58 UINT16 xx;
86 UINT16 xx;
115 UINT16 xx;
173 UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs)
175 UINT16 xx;
312 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text)
315 UINT16 rsp_param_len
    [all...]
  /system/bt/btif/co/
bta_pan_co.c 75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role,
120 void bta_pan_co_close(UINT16 handle, UINT8 app_id)
159 void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id)
164 UINT16 protocol;
222 void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id)
243 void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst,
244 UINT16 protocol, UINT8 *p_data,
245 UINT16 len, BOOLEAN ext, BOOLEAN forward)
273 void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src,
274 BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c 69 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16) (sizeof (tNFA_RW_OPERATION)))) != NULL)
113 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16) (sizeof (tNFA_RW_OPERATION)))) != NULL)
159 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16) (sizeof (tNFA_RW_OPERATION)))) != NULL)
195 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16) (sizeof (tNFA_RW_OPERATION)))) != NULL)
229 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16)(sizeof (tNFA_RW_OPERATION)))) != NULL)
279 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16) (sizeof (tNFA_RW_OPERATION)))) != NULL)
336 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16) (sizeof (tNFA_RW_OPERATION)))) != NULL)
383 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16) (sizeof (tNFA_RW_OPERATION)))) != NULL)
415 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16) (sizeof (tNFA_RW_OPERATION)))) != NULL)
447 if ((p_msg = (tNFA_RW_OPERATION *) GKI_getbuf ((UINT16) (sizeof (tNFA_RW_OPERATION)))) != NULL
    [all...]
  /system/bt/stack/mcap/
mca_l2c.c 153 void mca_l2c_cconn_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id)
158 UINT16 result = L2CAP_CONN_NO_RESOURCES;
229 void mca_l2c_dconn_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id)
235 UINT16 result;
296 void mca_l2c_connect_cfm_cback(UINT16 lcid, UINT16 result)
366 void mca_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
408 void mca_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg
    [all...]
  /system/bt/bta/gatt/
bta_gattc_cache.c 47 static void bta_gattc_cache_write(BD_ADDR server_bda, UINT16 num_attr, tBTA_GATTC_NV_ATTR *attr);
48 static void bta_gattc_char_dscpt_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb);
49 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb);
51 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle);
52 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle);
53 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle);
73 UINT16 sdp_conn_id;
201 UINT16 s_handle, UINT16 e_handle,
229 UINT16 attr_handle
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
userial.h 207 UINT16 fmt; /* Data format */
212 UINT16 size; /* Size of GKI buffer pool */
213 UINT16 offset; /* Offset in GKI buffer pool */
219 UINT16 fmt;
224 UINT16 sco_handle;
250 UDRV_API extern UINT16 USERIAL_Read(tUSERIAL_PORT, UINT8 *, UINT16);
252 UDRV_API extern UINT16 USERIAL_Write(tUSERIAL_PORT, UINT8 *, UINT16);
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 57 if ((p_ce_msg = (tNFA_CE_MSG *) GKI_getbuf ((UINT16) (sizeof (tNFA_CE_MSG)))) != NULL)
119 UINT16 ndef_cur_size,
120 UINT16 ndef_max_size,
151 if ((p_msg = (tNFA_CE_MSG *) GKI_getbuf ((UINT16) sizeof(tNFA_CE_MSG))) != NULL)
214 if ((p_msg = (tNFA_CE_MSG *) GKI_getbuf ((UINT16) sizeof(tNFA_CE_MSG))) != NULL)
249 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code,
261 if ((p_msg = (tNFA_CE_MSG *) GKI_getbuf ((UINT16) sizeof(tNFA_CE_MSG))) != NULL)
336 if ((p_msg = (tNFA_CE_MSG *) GKI_getbuf ((UINT16) sizeof(tNFA_CE_MSG))) != NULL)
414 if ((p_msg = (tNFA_CE_MSG *) GKI_getbuf ((UINT16) sizeof(tNFA_CE_MSG))) != NULL)
  /external/tpm2/
Object_spt.c 32 UINT16 size1;
33 UINT16 size2;
66 static UINT16
74 UINT16 keyBits;
88 // The IV size is a UINT16 size field plus the block size of the symmetric
90 return sizeof(UINT16) + CryptGetSymmetricBlockSize(symAlg, keyBits);
110 UINT16 *keyBits, // OUT: the symmetric key size in bits
197 UINT16 dataSize, // IN: the size of sensitive data
222 static UINT16
226 UINT16 dataSize, // IN: the size of sensitive data, excluding th
    [all...]
  /system/bt/bta/hh/
bta_hh_api.c 117 p_buf->layer_specific = (UINT16)dev_handle;
152 UINT16 data, UINT8 rpt_id, BT_HDR *p_data)
158 p_buf->hdr.layer_specific = (UINT16)dev_handle;
193 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
236 void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate)
312 p_buf->layer_specific = (UINT16)dev_handle;
339 p_buf->attr_mask = (UINT16) attr_mask;
375 p_buf->hdr.layer_specific = (UINT16)dev_handle;
392 void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win
    [all...]
  /system/bt/stack/btm/
btm_sco.c 82 void btm_sco_flush_sco_data(UINT16 sco_inx)
146 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda,
152 UINT16 temp_pkt_types;
245 void btm_sco_check_send_pkts (UINT16 sco_inx)
276 UINT16 sco_inx, handle;
329 tBTM_STATUS BTM_WriteScoData (UINT16 sco_inx, BT_HDR *p_buf)
398 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle,
401 UINT16 temp_pkt_types;
512 void btm_accept_sco_link(UINT16 sco_inx, tBTM_ESCO_PARAMS *p_setup,
547 void btm_reject_sco_link( UINT16 sco_inx
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.c 104 BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bda, UINT16 min_int, UINT16 max_int,
105 UINT16 latency, UINT16 timeout)
223 UINT16 L2CA_GetDisconnectReason (BD_ADDR remote_bda, tBT_TRANSPORT transport)
226 UINT16 reason = 0;
316 void l2cble_scanner_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type,
317 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 71 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;

Completed in 974 milliseconds

1 2 3 4 56 7 8 91011>>