Home
last modified time | relevance | path

Searched defs:record (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_types.h108 struct record { struct
109 struct record_bn record_bn; argument
110 struct record_bt record_bt; argument
111 struct record_n record_n; argument
112 struct record_t record_t; argument
113 struct record_union_r record_union; argument
114 struct record_key_value_pair_m record_key_value_pair_m[5]; argument
115 size_t record_key_value_pair_m_count; argument
116 bool record_bn_present; argument
117 bool record_bt_present; argument
[all …]
Dlwm2m_rw_senml_cbor.c162 struct record *record = GET_CBOR_FD_REC(fd); in put_basename() local
259 struct record *record = GET_CBOR_FD_REC(fd); in put_begin_r() local
306 struct record *record = GET_CBOR_FD_REC(fd); in put_begin_ri() local
351 struct record *record = GET_CBOR_FD_REC(fd); in put_name_nth_ri() local
372 struct record *record = CONSUME_CBOR_FD_REC(LWM2M_OFD_CBOR(out)); in put_value() local
410 struct record *record = CONSUME_CBOR_FD_REC(LWM2M_OFD_CBOR(out)); in put_time() local
428 struct record *record = CONSUME_CBOR_FD_REC(LWM2M_OFD_CBOR(out)); in put_float() local
447 struct record *record = CONSUME_CBOR_FD_REC(LWM2M_OFD_CBOR(out)); in put_string() local
466 struct record *record = CONSUME_CBOR_FD_REC(LWM2M_OFD_CBOR(out)); in put_bool() local
485 struct record *record = CONSUME_CBOR_FD_REC(LWM2M_OFD_CBOR(out)); in put_opaque() local
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c74 static void check_preset_record(const struct bt_has_preset_record *record, in check_preset_record()
85 const struct bt_has_preset_record *record, bool is_last) in preset_read_rsp_cb()
106 const struct bt_has_preset_record *record, bool is_last) in preset_update_cb()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Dsdp.c470 struct bt_sdp_record *record; in find_services() local
583 struct bt_sdp_record *record; in sdp_svc_search_req() local
785 static uint8_t bt_sdp_foreach_attr(struct bt_sdp_record *record, uint8_t idx, in bt_sdp_foreach_attr()
941 static uint16_t create_attr_list(struct bt_sdp *sdp, struct bt_sdp_record *record, in create_attr_list()
1079 struct bt_sdp_record *record; in sdp_svc_att_req() local
1197 struct bt_sdp_record *record; in sdp_svc_search_att_req() local
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dhas_client.c52 const struct bt_has_preset_record *record, bool is_last) in has_client_preset_read_rsp_cb()
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dtestinstance.py79 def record(self, recording, fname_csv="recording.csv"): member in TestInstance
/Zephyr-Core-3.7.0/subsys/net/lib/dns/
Ddns_sd.c921 bool dns_sd_rec_match(const struct dns_sd_rec *record, in dns_sd_rec_match()
991 int dns_sd_query_extract(const uint8_t *query, size_t query_size, struct dns_sd_rec *record, in dns_sd_query_extract()
Dmdns_responder.c342 const struct dns_sd_rec *record; in send_sd_response() local
/Zephyr-Core-3.7.0/scripts/dts/
Dgen_defines.py42 def format(self, record): argument
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas_client.c69 struct bt_has_preset_record record; in handle_read_preset_rsp() local
106 struct bt_has_preset_record record; in handle_generic_update() local
/Zephyr-Core-3.7.0/scripts/west_commands/
Drun_common.py70 def emit(self, record): argument
/Zephyr-Core-3.7.0/tests/net/lib/mdns_responder/src/
Dmain.c39 struct dns_sd_rec *record; member
/Zephyr-Core-3.7.0/tests/net/lib/dns_sd/src/
Dmain.c770 struct dns_sd_rec record; in ZTEST() local
/Zephyr-Core-3.7.0/tests/net/mld/src/
Dmain.c642 struct mld_report_mcast_record record; in expect_exclude_mcast_report() local
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/
Dots_client.c1763 struct dirlisting_record_t record; in bt_ots_client_decode_dirlisting() local
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Daccess.h1188 const struct bt_mesh_comp2_record *record; member
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcfg_cli.c2448 struct bt_mesh_comp_p2_record *record) in bt_mesh_comp_p2_record_pull()