Home
last modified time | relevance | path

Searched refs:UINT32_TO_BE_STREAM (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c1178 UINT32_TO_BE_STREAM(p, ssrc); in AVDT_SendReport()
1183 UINT32_TO_BE_STREAM(p, p_data->sr.ntp_sec); in AVDT_SendReport()
1184 UINT32_TO_BE_STREAM(p, p_data->sr.ntp_frac); in AVDT_SendReport()
1185 UINT32_TO_BE_STREAM(p, p_data->sr.rtp_time); in AVDT_SendReport()
1186 UINT32_TO_BE_STREAM(p, p_data->sr.pkt_count); in AVDT_SendReport()
1187 UINT32_TO_BE_STREAM(p, p_data->sr.octet_count); in AVDT_SendReport()
1196 UINT32_TO_BE_STREAM(p, p_data->rr.seq_num_rcvd); in AVDT_SendReport()
1197 UINT32_TO_BE_STREAM(p, p_data->rr.jitter); in AVDT_SendReport()
1198 UINT32_TO_BE_STREAM(p, p_data->rr.lsr); in AVDT_SendReport()
1199 UINT32_TO_BE_STREAM(p, p_data->rr.dlsr); in AVDT_SendReport()
Davdt_scb_act.c1286 UINT32_TO_BE_STREAM(p, p_data->apiwrite.time_stamp); in avdt_scb_hdl_write_req_no_frag()
1287 UINT32_TO_BE_STREAM(p, ssrc); in avdt_scb_hdl_write_req_no_frag()
1351 UINT32_TO_BE_STREAM(p, p_data->apiwrite.time_stamp); in avdt_scb_hdl_write_req_frag()
1352 UINT32_TO_BE_STREAM(p, ssrc); in avdt_scb_hdl_write_req_frag()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_bld_ct.c113 UINT32_TO_BE_STREAM(p_data, event_parameter); in avrc_bld_register_change_notfn()
233 UINT32_TO_BE_STREAM(p_data, p_cmd->attrs[i]); in avrc_bld_get_element_attr_cmd()
Davrc_bld_tg.c457 UINT32_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].attr_id); in avrc_bld_get_elem_attrs_rsp()
490 UINT32_TO_BE_STREAM(p_data, p_rsp->song_len); in avrc_bld_get_play_status_rsp()
491 UINT32_TO_BE_STREAM(p_data, p_rsp->song_pos); in avrc_bld_get_play_status_rsp()
547 UINT32_TO_BE_STREAM(p_data, p_rsp->param.play_pos); in avrc_bld_notify_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c342 UINT32_TO_BE_STREAM (p_temp, p_uuid->uuid.uuid32); in add_raw_sdp()
463 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); in add_maps_sdp()
538 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); in add_mapc_sdp()
618 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); in add_pbaps_sdp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_discovery.c90 UINT32_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid32); in sdpu_build_uuid_seq()
478 UINT32_TO_BE_STREAM (p, p_ccb->handles[p_ccb->cur_handle]); in process_service_attr_rsp()
Dsdp_utils.c241 UINT32_TO_BE_STREAM (p_out, p_attr->len); in sdpu_build_attrib_entry()
Dsdp_server.c272 UINT32_TO_BE_STREAM (p_rsp, rsp_handles[xx]); in process_service_search()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h276 #define UINT32_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 24); *(p)++ = (UINT8)((u32) >> 16);… macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1606 UINT32_TO_BE_STREAM (p, p_uuid->uu.uuid32); in gatt_add_sdp_record()