Home
last modified time | relevance | path

Searched refs:UINT16_TO_BE_STREAM (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_bld_ct.c54 UINT16_TO_BE_STREAM(p_data, 1); in avrc_bld_next_cmd()
85 UINT16_TO_BE_STREAM(p_data, 1); in avrc_bld_set_abs_volume_cmd()
111 UINT16_TO_BE_STREAM(p_data, 5); in avrc_bld_register_change_notfn()
167 UINT16_TO_BE_STREAM(p_data, 0); in avrc_bld_init_cmd_buffer()
195 UINT16_TO_BE_STREAM(p_data, 3); in avrc_bld_set_player_value_cmd()
225 UINT16_TO_BE_STREAM(p_data, 8 + 1 /* id + attr count */ + p_cmd->num_attr * sizeof(UINT32)); in avrc_bld_get_element_attr_cmd()
250 UINT16_TO_BE_STREAM(p_data, 1); in avrc_bld_get_caps_cmd()
Davrc_bld_tg.c93 UINT16_TO_BE_STREAM(p_len, len); in avrc_bld_get_capability_rsp()
140 UINT16_TO_BE_STREAM(p_len, len); in avrc_bld_list_app_settings_attr_rsp()
187 UINT16_TO_BE_STREAM(p_len, len); in avrc_bld_list_app_settings_values_rsp()
238 UINT16_TO_BE_STREAM(p_len, len); in avrc_bld_get_cur_app_setting_value_rsp()
321 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].charset_id); in avrc_bld_app_setting_text_rsp()
328 UINT16_TO_BE_STREAM(p_len, len); in avrc_bld_app_setting_text_rsp()
458 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].name.charset_id); in avrc_bld_get_elem_attrs_rsp()
459 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].name.str_len); in avrc_bld_get_elem_attrs_rsp()
464 UINT16_TO_BE_STREAM(p_len, len); in avrc_bld_get_elem_attrs_rsp()
489 UINT16_TO_BE_STREAM(p_data, 9); in avrc_bld_get_play_status_rsp()
[all …]
Davrc_api.c175 UINT16_TO_BE_STREAM(p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE)); in avrc_prep_end_frag()
217 UINT16_TO_BE_STREAM(p_data, (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - 4)); in avrc_send_continue_frag()
230 UINT16_TO_BE_STREAM(p_data, 0); in avrc_send_continue_frag()
290 UINT16_TO_BE_STREAM(p_data, 0); in avrc_proc_vendor_command()
335 UINT16_TO_BE_STREAM(p_data, 1); /* len */ in avrc_proc_vendor_command()
460 UINT16_TO_BE_STREAM(p_data, (p_msg->vendor_len - AVRC_MIN_META_HDR_SIZE)); in avrc_proc_far_msg()
1010 UINT16_TO_BE_STREAM(p_data, len); in AVRC_MsgReq()
Davrc_sdp.c297 UINT16_TO_BE_STREAM(p, supported_feature); in AVRC_AddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_server.c258 UINT16_TO_BE_STREAM (p_rsp, trans_num); in process_service_search()
265 UINT16_TO_BE_STREAM (p_rsp, num_rsp_handles); in process_service_search()
266 UINT16_TO_BE_STREAM (p_rsp, cur_handles); in process_service_search()
277 UINT16_TO_BE_STREAM (p_rsp, p_ccb->cont_offset); in process_service_search()
284 UINT16_TO_BE_STREAM (p_rsp_param_len, rsp_param_len); in process_service_search()
497 UINT16_TO_BE_STREAM (p_rsp, trans_num); in process_service_attr_req()
503 UINT16_TO_BE_STREAM (p_rsp, len_to_send); in process_service_attr_req()
515 UINT16_TO_BE_STREAM (p_rsp, p_ccb->cont_offset); in process_service_attr_req()
522 UINT16_TO_BE_STREAM (p_rsp_param_len, rsp_param_len); in process_service_attr_req()
723 UINT16_TO_BE_STREAM (p_seq_start, seq_len); in process_service_search_attr_req()
[all …]
Dsdp_utils.c191 UINT16_TO_BE_STREAM (p_out, xx); in sdpu_build_attrib_seq()
200 UINT16_TO_BE_STREAM (p_out, 0); in sdpu_build_attrib_seq()
201 UINT16_TO_BE_STREAM (p_out, 0xFFFF); in sdpu_build_attrib_seq()
206 UINT16_TO_BE_STREAM (p_out, *p_attr); in sdpu_build_attrib_seq()
229 UINT16_TO_BE_STREAM (p_out, p_attr->id); in sdpu_build_attrib_entry()
249 UINT16_TO_BE_STREAM (p_out, p_attr->len); in sdpu_build_attrib_entry()
324 UINT16_TO_BE_STREAM (p_rsp, trans_num); in sdpu_build_n_send_error()
330 UINT16_TO_BE_STREAM (p_rsp, error_code); in sdpu_build_n_send_error()
339 UINT16_TO_BE_STREAM (p_rsp_param_len, rsp_param_len); in sdpu_build_n_send_error()
Dsdp_discovery.c87 UINT16_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid16); in sdpu_build_uuid_seq()
130 UINT16_TO_BE_STREAM (p, p_ccb->transaction_id); in sdp_snd_service_search_req()
145 UINT16_TO_BE_STREAM (p, sdp_cb.max_recs_per_search); in sdp_snd_service_search_req()
158 UINT16_TO_BE_STREAM (p_param_len, param_len); in sdp_snd_service_search_req()
471 UINT16_TO_BE_STREAM (p, p_ccb->transaction_id); in process_service_attr_rsp()
481 UINT16_TO_BE_STREAM (p, sdp_cb.max_attr_list_size); in process_service_attr_rsp()
500 UINT16_TO_BE_STREAM (p_param_len, param_len); in process_service_attr_rsp()
607 UINT16_TO_BE_STREAM (p, p_ccb->transaction_id); in process_service_search_attr_rsp()
622 UINT16_TO_BE_STREAM (p, sdp_cb.max_attr_list_size); in process_service_search_attr_rsp()
641 UINT16_TO_BE_STREAM (p_param_len, param_len); in process_service_search_attr_rsp()
Dsdp_db.c248 UINT16_TO_BE_STREAM (p, p_elem_list->protocol_uuid); in sdp_compose_proto_list()
264 UINT16_TO_BE_STREAM (p, p_elem_list->params[yy]); in sdp_compose_proto_list()
623 UINT16_TO_BE_STREAM (p, *p_uuids); in SDP_AddUuidSequence()
753 UINT16_TO_BE_STREAM (p, profile_uuid); in SDP_AddProfileDescriptorList()
756 UINT16_TO_BE_STREAM (p, version); in SDP_AddProfileDescriptorList()
801 UINT16_TO_BE_STREAM (p, lang); in SDP_AddLanguageBaseAttrIDList()
804 UINT16_TO_BE_STREAM (p, char_enc); in SDP_AddLanguageBaseAttrIDList()
807 UINT16_TO_BE_STREAM (p, base_id); in SDP_AddLanguageBaseAttrIDList()
848 UINT16_TO_BE_STREAM (p, *p_service_uuids); in SDP_AddServiceClassIdList()
Dsdp_api.c1117 UINT16_TO_BE_STREAM(p_temp, di_specid); in SDP_SetLocalDiRecord()
1165 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor); in SDP_SetLocalDiRecord()
1175 UINT16_TO_BE_STREAM (p_temp, p_device_info->product); in SDP_SetLocalDiRecord()
1185 UINT16_TO_BE_STREAM (p_temp, p_device_info->version); in SDP_SetLocalDiRecord()
1204 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor_id_source); in SDP_SetLocalDiRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c285 UINT16_TO_BE_STREAM(p, rel_num); in HID_DevAddRecord()
288 UINT16_TO_BE_STREAM(p, parser_version); in HID_DevAddRecord()
322 UINT16_TO_BE_STREAM(p, lang_english); in HID_DevAddRecord()
324 UINT16_TO_BE_STREAM(p, LANGUAGE_BASE_ID); in HID_DevAddRecord()
334 UINT16_TO_BE_STREAM(p, prof_ver); in HID_DevAddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/bta/ar/
Dbta_ar.c264 UINT16_TO_BE_STREAM(p, categories); in bta_ar_reg_avrc()
309 UINT16_TO_BE_STREAM(p, categories); in bta_ar_dereg_avrc()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c339 UINT16_TO_BE_STREAM (p_temp, p_uuid->uuid.uuid16); in add_raw_sdp()
379 UINT16_TO_BE_STREAM(p_temp, rec->hdr.l2cap_psm); in add_raw_sdp()
470 UINT16_TO_BE_STREAM(p_temp, rec->hdr.l2cap_psm); in add_maps_sdp()
545 UINT16_TO_BE_STREAM(p_temp, rec->hdr.l2cap_psm); in add_mapc_sdp()
625 UINT16_TO_BE_STREAM(p_temp, rec->hdr.l2cap_psm); in add_pbaps_sdp()
758 UINT16_TO_BE_STREAM(p_temp, rec->hdr.l2cap_psm); in add_opps_sdp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb_act.c568 UINT16_TO_BE_STREAM(p, p_data->ul_msg.p_ccb->cc.pid); in avct_lcb_send_msg()
678 UINT16_TO_BE_STREAM(p, pid); in avct_lcb_msg_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c218 UINT16_TO_BE_STREAM(p, features); in A2D_AddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_scb_act.c1285 UINT16_TO_BE_STREAM(p, p_scb->media_seq); in avdt_scb_hdl_write_req_no_frag()
1346 UINT16_TO_BE_STREAM(p, p_frag->layer_specific + AVDT_MEDIA_HDR_SIZE ); in avdt_scb_hdl_write_req_frag()
1350 UINT16_TO_BE_STREAM(p, p_scb->media_seq); in avdt_scb_hdl_write_req_frag()
1371 UINT16_TO_BE_STREAM(p, p_frag->layer_specific); in avdt_scb_hdl_write_req_frag()
2178 UINT16_TO_BE_STREAM(p, p_frag->layer_specific ); in avdt_scb_queue_frags()
Davdt_api.c1215 UINT16_TO_BE_STREAM(plen, len); in AVDT_SendReport()
1222 UINT16_TO_BE_STREAM(p_al, len ); in AVDT_SendReport()
Davdt_msg.c482 UINT16_TO_BE_STREAM(*p, p_msg->delay_rpt_cmd.delay); in avdt_msg_bld_delay_rpt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h278 #define UINT16_TO_BE_STREAM(p, u16) {*(p)++ = (UINT8)((u16) >> 8); *(p)++ = (UINT8)(u16);} macro