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

1 2

  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_ct.c 52 UINT16_TO_BE_STREAM(p_data, 1);
83 UINT16_TO_BE_STREAM(p_data, 1);
109 UINT16_TO_BE_STREAM(p_data, 5);
170 UINT16_TO_BE_STREAM(p_data, 0);
avrc_bld_tg.c 101 UINT16_TO_BE_STREAM(p_len, len);
153 UINT16_TO_BE_STREAM(p_len, len);
204 UINT16_TO_BE_STREAM(p_len, len);
261 UINT16_TO_BE_STREAM(p_len, len);
346 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].charset_id);
353 UINT16_TO_BE_STREAM(p_len, len);
490 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].name.charset_id);
491 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].name.str_len);
496 UINT16_TO_BE_STREAM(p_len, len);
521 UINT16_TO_BE_STREAM(p_data, 9)
    [all...]
avrc_api.c 152 UINT16_TO_BE_STREAM(p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE));
194 UINT16_TO_BE_STREAM(p_data, (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - 4));
209 UINT16_TO_BE_STREAM(p_data, 0);
278 UINT16_TO_BE_STREAM(p_data, 0);
329 UINT16_TO_BE_STREAM(p_data, 1); /* len */
465 UINT16_TO_BE_STREAM(p_data, (p_msg->vendor_len - AVRC_MIN_META_HDR_SIZE));
    [all...]
avrc_sdp.c 258 UINT16_TO_BE_STREAM(p, categories);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_server.c 268 UINT16_TO_BE_STREAM (p_rsp, trans_num);
275 UINT16_TO_BE_STREAM (p_rsp, num_rsp_handles);
276 UINT16_TO_BE_STREAM (p_rsp, cur_handles);
287 UINT16_TO_BE_STREAM (p_rsp, p_ccb->cont_offset);
294 UINT16_TO_BE_STREAM (p_rsp_param_len, rsp_param_len);
522 UINT16_TO_BE_STREAM (p_rsp, trans_num);
528 UINT16_TO_BE_STREAM (p_rsp, len_to_send);
541 UINT16_TO_BE_STREAM (p_rsp, p_ccb->cont_offset);
548 UINT16_TO_BE_STREAM (p_rsp_param_len, rsp_param_len);
764 UINT16_TO_BE_STREAM (p_seq_start, seq_len)
    [all...]
sdp_db.c 240 UINT16_TO_BE_STREAM (p, p_elem_list->protocol_uuid);
259 UINT16_TO_BE_STREAM (p, p_elem_list->params[yy]);
640 UINT16_TO_BE_STREAM (p, *p_uuids);
775 UINT16_TO_BE_STREAM (p, profile_uuid);
778 UINT16_TO_BE_STREAM (p, version);
824 UINT16_TO_BE_STREAM (p, lang);
827 UINT16_TO_BE_STREAM (p, char_enc);
830 UINT16_TO_BE_STREAM (p, base_id);
873 UINT16_TO_BE_STREAM (p, *p_service_uuids);
    [all...]
sdp_utils.c 192 UINT16_TO_BE_STREAM (p_out, xx);
204 UINT16_TO_BE_STREAM (p_out, 0);
205 UINT16_TO_BE_STREAM (p_out, 0xFFFF);
213 UINT16_TO_BE_STREAM (p_out, *p_attr);
236 UINT16_TO_BE_STREAM (p_out, p_attr->id);
259 UINT16_TO_BE_STREAM (p_out, p_attr->len);
333 UINT16_TO_BE_STREAM (p_rsp, trans_num);
339 UINT16_TO_BE_STREAM (p_rsp, error_code);
347 UINT16_TO_BE_STREAM (p_rsp_param_len, rsp_param_len);
sdp_discovery.c 89 UINT16_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid16);
137 UINT16_TO_BE_STREAM (p, p_ccb->transaction_id);
152 UINT16_TO_BE_STREAM (p, sdp_cb.max_recs_per_search);
166 UINT16_TO_BE_STREAM (p_param_len, param_len);
536 UINT16_TO_BE_STREAM (p, p_ccb->transaction_id);
546 UINT16_TO_BE_STREAM (p, sdp_cb.max_attr_list_size);
565 UINT16_TO_BE_STREAM (p_param_len, param_len);
682 UINT16_TO_BE_STREAM (p, p_ccb->transaction_id);
697 UINT16_TO_BE_STREAM (p, sdp_cb.max_attr_list_size);
716 UINT16_TO_BE_STREAM (p_param_len, param_len)
    [all...]
sdp_api.c     [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_util.c 279 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (dsap, LLCP_PDU_UI_TYPE, ssap));
326 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (dsap, LLCP_PDU_DISC_TYPE, ssap));
451 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (p_dlcb->remote_sap, LLCP_PDU_CONNECT_TYPE, p_dlcb->local_sap));
457 UINT16_TO_BE_STREAM (p, p_params->miu - LLCP_DEFAULT_MIU);
603 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (p_dlcb->remote_sap, LLCP_PDU_CC_TYPE, p_dlcb->local_sap));
609 UINT16_TO_BE_STREAM (p, p_params->miu - LLCP_DEFAULT_MIU);
708 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (dsap, LLCP_PDU_DM_TYPE, ssap));
735 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (p_dlcb->remote_sap, LLCP_PDU_I_TYPE, p_dlcb->local_sap));
775 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (p_dlcb->remote_sap, LLCP_PDU_FRMR_TYPE, p_dlcb->local_sap));
864 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (p_dlcb->remote_sap, pdu_type, p_dlcb->local_sap))
    [all...]
llcp_link.c 832 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (LLCP_SAP_LM, LLCP_PDU_SYMM_TYPE, LLCP_SAP_LM ));
    [all...]
llcp_api.c 243 UINT16_TO_BE_STREAM (p, (llcp_cb.lcb.local_link_miu - LLCP_DEFAULT_MIU));
249 UINT16_TO_BE_STREAM (p, llcp_cb.lcb.wks);
253 UINT16_TO_BE_STREAM (p, llcp_test_params.wks);
262 UINT16_TO_BE_STREAM (p, (llcp_cb.lcb.local_link_miu - LLCP_DEFAULT_MIU));
266 UINT16_TO_BE_STREAM (p, llcp_cb.lcb.wks);
    [all...]
llcp_sdp.c 74 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (LLCP_SAP_SDP, LLCP_PDU_SNL_TYPE, LLCP_SAP_SDP ));
llcp_dlc.c     [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 196 UINT16_TO_BE_STREAM (p, p_bcb->dst_uuid.uu.uuid16);
197 UINT16_TO_BE_STREAM (p, p_bcb->src_uuid.uu.uuid16);
250 UINT16_TO_BE_STREAM (p, resp_code);
292 UINT16_TO_BE_STREAM (p, (4 * p_bcb->sent_num_filters));
295 UINT16_TO_BE_STREAM (p, p_bcb->sent_prot_filter_start[xx]);
296 UINT16_TO_BE_STREAM (p, p_bcb->sent_prot_filter_end[xx]);
344 UINT16_TO_BE_STREAM (p, (2 * BD_ADDR_LEN * p_bcb->sent_mcast_filters));
395 UINT16_TO_BE_STREAM (p, response_code);
535 UINT16_TO_BE_STREAM (p, protocol);
    [all...]
  /external/bluetooth/bluedroid/bta/ar/
bta_ar.c 285 UINT16_TO_BE_STREAM(p, categories);
341 UINT16_TO_BE_STREAM(p, categories);
  /external/bluetooth/bluedroid/stack/mcap/
mca_cact.c 130 UINT16_TO_BE_STREAM (p, p_msg->mdl_id);
179 UINT16_TO_BE_STREAM (p, p_msg->mdl_id);
420 UINT16_TO_BE_STREAM (p, evt_data.hdr.mdl_id);
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 594 UINT16_TO_BE_STREAM(p, p_data->ul_msg.p_ccb->cc.pid);
710 UINT16_TO_BE_STREAM(p, pid);
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c 206 UINT16_TO_BE_STREAM(p, features);
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 122 UINT16_TO_BE_STREAM (p, NetAccessType);
  /external/libnfc-nci/src/hal/include/
nfc_types.h 98 #define UINT16_TO_BE_STREAM(p, u16) {*(p)++ = (UINT8)((u16) >> 8); *(p)++ = (UINT8)(u16);}
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c     [all...]
avdt_api.c     [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 241 UINT16_TO_BE_STREAM (p, random_number);
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 117 UINT16_TO_BE_STREAM (p, p_elem_list->data_type);

Completed in 4132 milliseconds

1 2