Home
last modified time | relevance | path

Searched refs:net_buf_simple_pull_le16 (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.c337 level = (int16_t) net_buf_simple_pull_le16(buf); in gen_level_set_unack()
403 level = (int16_t) net_buf_simple_pull_le16(buf); in gen_level_set()
640 delta = (int16_t) net_buf_simple_pull_le16(buf); in gen_move_set_unack()
714 delta = (int16_t) net_buf_simple_pull_le16(buf); in gen_move_set()
789 printk("Present Level = %04x\n", net_buf_simple_pull_le16(buf)); in gen_level_status()
792 printk("Target Level = %04x\n", net_buf_simple_pull_le16(buf)); in gen_level_status()
1017 current = net_buf_simple_pull_le16(buf); in vnd_set_unack()
1054 printk("cmd = %04x\n", net_buf_simple_pull_le16(buf)); in vnd_status()
1120 actual = net_buf_simple_pull_le16(buf); in light_lightness_set_unack()
1186 actual = net_buf_simple_pull_le16(buf); in light_lightness_set()
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dbrg_cfg_srv.c85 entry.addr1 = net_buf_simple_pull_le16(buf); in bridging_table_add()
86 entry.addr2 = net_buf_simple_pull_le16(buf); in bridging_table_add()
108 entry.addr1 = net_buf_simple_pull_le16(buf); in bridging_table_remove()
109 entry.addr2 = net_buf_simple_pull_le16(buf); in bridging_table_remove()
132 int16_t net_idx_filter = net_buf_simple_pull_le16(buf); in bridged_subnets_get()
224 uint16_t start_id = net_buf_simple_pull_le16(buf); in bridging_table_get()
Dcfg_srv.c94 id = net_buf_simple_pull_le16(buf); in get_model()
104 company = net_buf_simple_pull_le16(buf); in get_model()
105 id = net_buf_simple_pull_le16(buf); in get_model()
386 get_idx = net_buf_simple_pull_le16(buf); in app_key_get()
707 elem_addr = net_buf_simple_pull_le16(buf); in mod_pub_get()
760 elem_addr = net_buf_simple_pull_le16(buf); in mod_pub_set()
766 pub_addr = net_buf_simple_pull_le16(buf); in mod_pub_set()
767 pub_app_idx = net_buf_simple_pull_le16(buf); in mod_pub_set()
859 elem_addr = net_buf_simple_pull_le16(buf); in mod_pub_va_set()
866 pub_app_idx = net_buf_simple_pull_le16(buf); in mod_pub_va_set()
[all …]
Ddfu_metadata.c24 metadata->fw_ver.revision = net_buf_simple_pull_le16(buf); in bt_mesh_dfu_metadata_decode()
35 metadata->elems = net_buf_simple_pull_le16(buf); in bt_mesh_dfu_metadata_decode()
Dcfg_cli.c193 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in krp_status()
293 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in net_key_status()
340 dst_arr[i++] = net_buf_simple_pull_le16(buf) & 0xfff; in bt_mesh_key_idx_unpack_list()
478 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in app_key_list()
542 elem_addr = net_buf_simple_pull_le16(buf); in mod_app_status()
543 mod_app_idx = net_buf_simple_pull_le16(buf); in mod_app_status()
546 cid = net_buf_simple_pull_le16(buf); in mod_app_status()
551 mod_id = net_buf_simple_pull_le16(buf); in mod_app_status()
601 elem_addr = net_buf_simple_pull_le16(buf); in mod_sub_list_handle()
602 cid = vnd ? net_buf_simple_pull_le16(buf) : CID_NVAL; in mod_sub_list_handle()
[all …]
Dhealth_srv.c114 company_id = net_buf_simple_pull_le16(buf); in health_fault_get()
134 company_id = net_buf_simple_pull_le16(buf); in health_fault_clear_unrel()
153 company_id = net_buf_simple_pull_le16(buf); in health_fault_clear()
184 company_id = net_buf_simple_pull_le16(buf); in health_fault_test_unrel()
207 company_id = net_buf_simple_pull_le16(buf); in health_fault_test()
Dbrg_cfg_cli.c47 table_status.entry.addr1 = net_buf_simple_pull_le16(buf); in table_status()
48 table_status.entry.addr2 = net_buf_simple_pull_le16(buf); in table_status()
78 net_idx_filter = net_buf_simple_pull_le16(buf); in subnets_list()
119 table_list.start_idx = net_buf_simple_pull_le16(buf); in table_list()
153 uint16_t size = net_buf_simple_pull_le16(buf); in table_size_status()
Dlarge_comp_data_cli.c51 offset = net_buf_simple_pull_le16(buf); in data_status()
52 total_size = net_buf_simple_pull_le16(buf); in data_status()
Dlarge_comp_data_srv.c58 offset = net_buf_simple_pull_le16(buf); in handle_large_comp_data_get()
120 offset = net_buf_simple_pull_le16(buf); in handle_models_metadata_get()
Dop_agg.c49 len = net_buf_simple_pull_le16(buf) >> 1; in bt_mesh_op_agg_decode_msg()
Dop_agg_cli.c63 elem_addr = net_buf_simple_pull_le16(buf); in handle_status()
79 addr = net_buf_simple_pull_le16(cli.srcs); in handle_status()
Dpb_gatt_cli.c125 oob_info = (bt_mesh_prov_oob_info_t)net_buf_simple_pull_le16(buf); in bt_mesh_pb_gatt_cli_adv_recv()
Dsol_pdu_rpl_srv.c49 range = net_buf_simple_pull_le16(buf); in item_clear()
Dpriv_beacon_srv.c157 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in handle_node_id_get()
172 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in handle_node_id_set()
Ddfd_srv.c135 addr = net_buf_simple_pull_le16(buf); in handle_receivers_add()
164 first = net_buf_simple_pull_le16(buf); in handle_receivers_get()
165 cnt = net_buf_simple_pull_le16(buf); in handle_receivers_get()
288 params.app_idx = net_buf_simple_pull_le16(buf); in handle_start()
290 params.timeout_base = net_buf_simple_pull_le16(buf); in handle_start()
294 params.slot_idx = net_buf_simple_pull_le16(buf); in handle_start()
306 params.group = net_buf_simple_pull_le16(buf); in handle_start()
453 timeout_base = net_buf_simple_pull_le16(buf); in handle_upload_start()
724 idx = net_buf_simple_pull_le16(buf); in handle_fw_get_by_index()
Dop_agg_srv.c46 elem = net_buf_simple_pull_le16(buf); in handle_sequence()
Dsol_pdu_rpl_cli.c39 range = net_buf_simple_pull_le16(buf); in handle_status()
Dsolicitation.c210 uuid = net_buf_simple_pull_le16(buf); in bt_mesh_sol_recv()
225 uuid = net_buf_simple_pull_le16(buf); in bt_mesh_sol_recv()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtmap_client_test.c63 uuid_val = net_buf_simple_pull_le16(&tmas_svc_data); in check_audio_support_and_connect()
76 peer_tmap_role = net_buf_simple_pull_le16(&tmas_svc_data); in check_audio_support_and_connect()
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/client/
Dmain.c66 remote_read_send_len = net_buf_simple_pull_le16(&attr_value); in test_long_read()
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dmain.c165 uuid_val = net_buf_simple_pull_le16(&tmas_svc_data); in check_audio_support_and_connect()
178 peer_tmap_role = net_buf_simple_pull_le16(&tmas_svc_data); in check_audio_support_and_connect()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dbrg_cfg.c220 addr1 = net_buf_simple_pull_le16(rsp.list); in cmd_bridging_table_get()
221 addr2 = net_buf_simple_pull_le16(rsp.list); in cmd_bridging_table_get()
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/
Dbap_broadcast_sink.c182 uuid_val = net_buf_simple_pull_le16(&tmas_svc_data); in scan_check_and_sync_broadcast()
187 peer_tmap_role = net_buf_simple_pull_le16(&tmas_svc_data); in scan_check_and_sync_broadcast()
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dmain.c164 encoded_len = net_buf_simple_pull_le16(&attr_value_buf); in test_long_read()
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/
Dmain.c147 remote_read_send_len = net_buf_simple_pull_le16(&attr_value); in central_read()

12