/Zephyr-Core-3.4.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 339 level = (int16_t) net_buf_simple_pull_le16(buf); in gen_level_set_unack() 405 level = (int16_t) net_buf_simple_pull_le16(buf); in gen_level_set() 642 delta = (int16_t) net_buf_simple_pull_le16(buf); in gen_move_set_unack() 716 delta = (int16_t) net_buf_simple_pull_le16(buf); in gen_move_set() 791 printk("Present Level = %04x\n", net_buf_simple_pull_le16(buf)); in gen_level_status() 794 printk("Target Level = %04x\n", net_buf_simple_pull_le16(buf)); in gen_level_status() 1019 current = net_buf_simple_pull_le16(buf); in vnd_set_unack() 1056 printk("cmd = %04x\n", net_buf_simple_pull_le16(buf)); in vnd_status() 1122 actual = net_buf_simple_pull_le16(buf); in light_lightness_set_unack() 1188 actual = net_buf_simple_pull_le16(buf); in light_lightness_set() [all …]
|
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/ |
D | cfg_srv.c | 112 id = net_buf_simple_pull_le16(buf); in get_model() 122 company = net_buf_simple_pull_le16(buf); in get_model() 123 id = net_buf_simple_pull_le16(buf); in get_model() 385 get_idx = net_buf_simple_pull_le16(buf); in app_key_get() 712 elem_addr = net_buf_simple_pull_le16(buf); in mod_pub_get() 765 elem_addr = net_buf_simple_pull_le16(buf); in mod_pub_set() 771 pub_addr = net_buf_simple_pull_le16(buf); in mod_pub_set() 772 pub_app_idx = net_buf_simple_pull_le16(buf); in mod_pub_set() 863 elem_addr = net_buf_simple_pull_le16(buf); in mod_pub_va_set() 870 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 | health_srv.c | 115 company_id = net_buf_simple_pull_le16(buf); in health_fault_get() 135 company_id = net_buf_simple_pull_le16(buf); in health_fault_clear_unrel() 154 company_id = net_buf_simple_pull_le16(buf); in health_fault_clear() 185 company_id = net_buf_simple_pull_le16(buf); in health_fault_test_unrel() 208 company_id = net_buf_simple_pull_le16(buf); in health_fault_test()
|
D | cfg_cli.c | 184 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in krp_status() 278 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in net_key_status() 333 net_buf_simple_pull_le16(buf) & 0xfff; in net_key_list() 444 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in app_key_list() 462 param->keys[i++] = net_buf_simple_pull_le16(buf) & 0xfff; in app_key_list() 509 elem_addr = net_buf_simple_pull_le16(buf); in mod_app_status() 510 mod_app_idx = net_buf_simple_pull_le16(buf); in mod_app_status() 513 cid = net_buf_simple_pull_le16(buf); in mod_app_status() 518 mod_id = net_buf_simple_pull_le16(buf); in mod_app_status() 573 elem_addr = net_buf_simple_pull_le16(buf); in mod_member_list_handle() [all …]
|
D | large_comp_data_srv.c | 57 offset = net_buf_simple_pull_le16(buf); in handle_large_comp_data_get() 103 offset = net_buf_simple_pull_le16(buf); in handle_models_metadata_get()
|
D | op_agg_cli.c | 54 elem_addr = net_buf_simple_pull_le16(buf); in handle_status() 70 addr = net_buf_simple_pull_le16(agg->srcs); in handle_status()
|
D | priv_beacon_srv.c | 136 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in handle_node_id_get() 151 net_idx = net_buf_simple_pull_le16(buf) & 0xfff; in handle_node_id_set()
|
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 | pb_gatt_cli.c | 126 oob_info = (bt_mesh_prov_oob_info_t)net_buf_simple_pull_le16(buf); in bt_mesh_pb_gatt_cli_adv_recv()
|
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() 276 params.app_idx = net_buf_simple_pull_le16(buf); in handle_start() 278 params.timeout_base = net_buf_simple_pull_le16(buf); in handle_start() 282 params.slot_idx = net_buf_simple_pull_le16(buf); in handle_start() 294 params.group = net_buf_simple_pull_le16(buf); in handle_start() 380 timeout_base = net_buf_simple_pull_le16(buf); in handle_upload_start() 552 idx = net_buf_simple_pull_le16(buf); in handle_fw_get_by_index()
|
D | sol_pdu_rpl_srv.c | 49 range = net_buf_simple_pull_le16(buf); in item_clear()
|
D | op_agg_srv.c | 37 elem = net_buf_simple_pull_le16(buf); in handle_sequence()
|
D | op_agg.c | 116 len = net_buf_simple_pull_le16(buf) >> 1; in bt_mesh_op_agg_decode_msg()
|
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() 224 uuid = net_buf_simple_pull_le16(buf); in bt_mesh_sol_recv()
|
D | blob_cli.c | 1228 info.mtu_size = net_buf_simple_pull_le16(buf); in handle_xfer_status() 1352 status.block.number = net_buf_simple_pull_le16(buf); in handle_block_status() 1353 chunk_size = net_buf_simple_pull_le16(buf); in handle_block_status() 1418 caps.max_chunks = net_buf_simple_pull_le16(buf); in handle_info_status() 1419 caps.max_chunk_size = net_buf_simple_pull_le16(buf); in handle_info_status() 1421 caps.mtu_size = net_buf_simple_pull_le16(buf); in handle_info_status()
|
D | health_cli.c | 52 cid = net_buf_simple_pull_le16(buf); in health_fault_status() 104 cid = net_buf_simple_pull_le16(buf); in health_current_status()
|
D | blob_srv.c | 413 mtu_size = net_buf_simple_pull_le16(buf); in handle_xfer_start() 594 block_number = net_buf_simple_pull_le16(buf); in handle_block_start() 595 chunk_size = net_buf_simple_pull_le16(buf); in handle_block_start() 690 idx = net_buf_simple_pull_le16(buf); in handle_chunk()
|
D | gatt_cli.c | 280 uuid = net_buf_simple_pull_le16(buf); in gatt_advertising_recv()
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/ |
D | tmap_client_test.c | 58 uuid_val = net_buf_simple_pull_le16(&tmas_svc_data); in check_audio_support_and_connect() 71 peer_tmap_role = net_buf_simple_pull_le16(&tmas_svc_data); in check_audio_support_and_connect()
|
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_central/src/ |
D | main.c | 158 uuid_val = net_buf_simple_pull_le16(&tmas_svc_data); in check_audio_support_and_connect() 171 peer_tmap_role = net_buf_simple_pull_le16(&tmas_svc_data); in check_audio_support_and_connect()
|
/Zephyr-Core-3.4.0/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-Core-3.4.0/subsys/bluetooth/audio/ |
D | audio.c | 234 codec->cid = net_buf_simple_pull_le16(buf); in decode_subgroup() 235 codec->vid = net_buf_simple_pull_le16(buf); in decode_subgroup()
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | per_adv_syncer.c | 154 buf_data_len = (uint8_t)net_buf_simple_pull_le16(buf); in recv_cb()
|