/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 337 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/ |
D | brg_cfg_srv.c | 85 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()
|
D | cfg_srv.c | 94 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 …]
|
D | dfu_metadata.c | 24 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()
|
D | cfg_cli.c | 193 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 …]
|
D | health_srv.c | 114 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()
|
D | brg_cfg_cli.c | 47 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()
|
D | large_comp_data_cli.c | 51 offset = net_buf_simple_pull_le16(buf); in data_status() 52 total_size = net_buf_simple_pull_le16(buf); in data_status()
|
D | large_comp_data_srv.c | 58 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()
|
D | op_agg.c | 49 len = net_buf_simple_pull_le16(buf) >> 1; in bt_mesh_op_agg_decode_msg()
|
D | op_agg_cli.c | 63 elem_addr = net_buf_simple_pull_le16(buf); in handle_status() 79 addr = net_buf_simple_pull_le16(cli.srcs); in handle_status()
|
D | pb_gatt_cli.c | 125 oob_info = (bt_mesh_prov_oob_info_t)net_buf_simple_pull_le16(buf); in bt_mesh_pb_gatt_cli_adv_recv()
|
D | sol_pdu_rpl_srv.c | 49 range = net_buf_simple_pull_le16(buf); in item_clear()
|
D | priv_beacon_srv.c | 157 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()
|
D | dfd_srv.c | 135 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()
|
D | op_agg_srv.c | 46 elem = net_buf_simple_pull_le16(buf); in handle_sequence()
|
D | sol_pdu_rpl_cli.c | 39 range = net_buf_simple_pull_le16(buf); in handle_status()
|
D | solicitation.c | 210 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/ |
D | tmap_client_test.c | 63 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/ |
D | main.c | 66 remote_read_send_len = net_buf_simple_pull_le16(&attr_value); in test_long_read()
|
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | main.c | 165 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/ |
D | brg_cfg.c | 220 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/ |
D | bap_broadcast_sink.c | 182 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/ |
D | main.c | 164 encoded_len = net_buf_simple_pull_le16(&attr_value_buf); in test_long_read()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/ |
D | main.c | 147 remote_read_send_len = net_buf_simple_pull_le16(&attr_value); in central_read()
|