| /subsys/bluetooth/host/ |
| A D | direction.c | 406 report->chan_idx = evt->chan_idx; in hci_df_prepare_connectionless_iq_report() 415 report->sample = &evt->sample[0]; in hci_df_prepare_connectionless_iq_report() 454 report->chan_idx = evt->chan_idx; in hci_df_vs_prepare_connectionless_iq_report() 463 report->sample16 = &evt->sample[0]; in hci_df_vs_prepare_connectionless_iq_report() 699 report->rx_phy = evt->rx_phy; in hci_df_prepare_connection_iq_report() 701 report->rssi = evt->rssi; in hci_df_prepare_connection_iq_report() 709 report->sample = evt->sample; in hci_df_prepare_connection_iq_report() 751 report->rx_phy = evt->rx_phy; in hci_df_vs_prepare_connection_iq_report() 753 report->rssi = evt->rssi; in hci_df_vs_prepare_connection_iq_report() 761 report->sample16 = evt->sample; in hci_df_vs_prepare_connection_iq_report() [all …]
|
| A D | direction_internal.h | 15 struct bt_df_per_adv_sync_iq_samples_report *report, 18 struct bt_df_per_adv_sync_iq_samples_report *report, 21 struct bt_df_conn_iq_samples_report *report, 24 struct bt_df_conn_iq_samples_report *report, 27 struct bt_df_conn_iq_samples_report *report,
|
| A D | conn_internal.h | 491 struct bt_conn_le_tx_power_report report); 494 struct bt_conn_le_path_loss_threshold_report report);
|
| A D | hci_core.c | 2700 struct bt_conn_le_tx_power_report report; in bt_hci_le_transmit_power_report() local 2711 report.reason = evt->reason; in bt_hci_le_transmit_power_report() 2712 report.phy = evt->phy; in bt_hci_le_transmit_power_report() 2713 report.tx_power_level = evt->tx_power_level; in bt_hci_le_transmit_power_report() 2715 report.delta = evt->delta; in bt_hci_le_transmit_power_report() 2717 notify_tx_power_report(conn, report); in bt_hci_le_transmit_power_report() 2727 struct bt_conn_le_path_loss_threshold_report report; in bt_hci_le_path_loss_threshold_event() local 2747 report.path_loss = BT_HCI_LE_PATH_LOSS_UNAVAILABLE; in bt_hci_le_path_loss_threshold_event() 2749 report.zone = evt->zone_entered; in bt_hci_le_path_loss_threshold_event() 2750 report.path_loss = evt->current_path_loss; in bt_hci_le_path_loss_threshold_event() [all …]
|
| A D | Kconfig | 847 int "Maximum advertisement report size" 852 Maximum size of an advertisement report in octets. If the advertisement 1019 extension to handle connection IQ report with samples that are in 16 bit signed integer 1050 int "Maximum periodic advertising report size" 1055 Maximum size of a fragmented periodic advertising report. If the periodic 1056 advertising report provided by the controller is fragmented and larger
|
| A D | conn.c | 2983 struct bt_conn_le_tx_power_report report) in notify_tx_power_report() argument 2987 callback->tx_power_report(conn, &report); in notify_tx_power_report() 2994 cb->tx_power_report(conn, &report); in notify_tx_power_report() 3126 struct bt_conn_le_path_loss_threshold_report report) in notify_path_loss_threshold_report() argument 3130 callback->path_loss_threshold_report(conn, &report); in notify_path_loss_threshold_report() 3137 cb->path_loss_threshold_report(conn, &report); in notify_path_loss_threshold_report()
|
| /subsys/mgmt/updatehub/ |
| A D | updatehub_priv.h | 124 struct report { struct 194 JSON_OBJ_DESCR_PRIM_NAMED(struct report, 197 JSON_OBJ_DESCR_OBJECT_NAMED(struct report, 200 JSON_OBJ_DESCR_PRIM_NAMED(struct report, 203 JSON_OBJ_DESCR_PRIM_NAMED(struct report, 206 JSON_OBJ_DESCR_PRIM(struct report, 208 JSON_OBJ_DESCR_PRIM(struct report, 210 JSON_OBJ_DESCR_PRIM_NAMED(struct report, 213 JSON_OBJ_DESCR_PRIM(struct report,
|
| A D | updatehub.c | 600 struct report report; in report() local 621 memset(&report, 0, sizeof(report)); in report() 624 report.version = firmware_version; in report() 625 report.hardware = CONFIG_BOARD; in report() 626 report.status = exec; in report() 631 report.previous_state = in report() 635 report.previous_state = in report() 639 report.previous_state = in report() 643 report.previous_state = ""; in report() 650 report.error_message = ""; in report() [all …]
|
| /subsys/usb/device_next/class/ |
| A D | usbd_hid_api.c | 21 const uint16_t size, const uint8_t *const report) in hid_device_submit_report() argument 25 return api->submit_report(dev, size, report); in hid_device_submit_report() 133 const uint8_t *const report) in wrapper_input_report_done() argument 135 ARG_UNUSED(report); in wrapper_input_report_done()
|
| A D | usbd_hid_internal.h | 19 const uint16_t size, const uint8_t *const report);
|
| A D | usbd_hid.c | 589 const uint16_t size, const uint8_t *const report) in hid_dev_submit_report() argument 598 __ASSERT(IS_ALIGNED(report, sizeof(void *)), "Report buffer is not aligned"); in hid_dev_submit_report() 604 buf = hid_buf_alloc_ext(dcfg, size, (void *)report, hid_get_in_ep(c_data)); in hid_dev_submit_report()
|
| /subsys/net/lib/zperf/ |
| A D | Kconfig | 75 int "Maximum number of UDP upload report retransmissions" 81 report from the server. `0` means the report will not be requested
|
| /subsys/usb/device/class/hid/ |
| A D | Kconfig | 54 in the report descriptor and report itself.
|
| /subsys/bluetooth/mesh/ |
| A D | blob_srv.c | 177 k_work_reschedule(&srv->pull.report, REPORT_TIMER_TIMEOUT); in report_sent() 229 k_work_cancel_delayable(&srv->pull.report); in cancel() 242 k_work_cancel_delayable(&srv->pull.report); in suspend() 261 k_work_cancel_delayable(&srv->pull.report); in end() 307 CONTAINER_OF(work, struct bt_mesh_blob_srv, pull.report.work); in report_timeout() 715 k_work_reschedule(&srv->pull.report, REPORT_TIMER_TIMEOUT); in handle_block_start() 765 k_work_reschedule(&srv->pull.report, REPORT_TIMER_TIMEOUT); in handle_chunk() 882 k_work_init_delayable(&srv->pull.report, report_timeout); in blob_srv_init() 964 k_work_cancel_delayable(&srv->pull.report); in blob_srv_reset()
|
| A D | rpr_srv.c | 58 struct k_work_delayable report; member 71 struct k_work report; member 198 if (k_work_delayable_remaining_get(&srv.scan.report) || in scan_report_schedule() 206 k_work_reschedule(&srv.scan.report, K_MSEC(delay)); in scan_report_schedule() 212 k_work_reschedule(&srv.scan.report, K_NO_WAIT); in scan_report_sent() 297 k_work_cancel_delayable(&srv.scan.report); in scan_stop() 488 k_work_submit(&srv.link.report); in pb_link_closed() 1325 k_work_init_delayable(&srv.scan.report, scan_report_timeout); in rpr_srv_init() 1326 k_work_init(&srv.link.report, link_report_send_and_clear); in rpr_srv_init() 1341 k_work_cancel_delayable(&srv.scan.report); in rpr_srv_reset()
|
| /subsys/net/lib/lwm2m/ |
| A D | Kconfig.ipso | 15 report a temperature measurement. It also provides resources for 233 This object is used with an On/Off switch to report it's state. 261 This Object is used to report the state of a momentary action push 292 report a current measurement. It also provides resources for 325 report a voltage measurement. It also provides resources for 358 report how full a container is.
|
| /subsys/bluetooth/services/ |
| A D | Kconfig.hrs | 16 used when no permission is set for the report.
|
| /subsys/bluetooth/controller/ |
| A D | Kconfig.dtm | 42 bool "Connectionless IQ report HCI event [EXPERIMENTAL]"
|
| /subsys/input/ |
| A D | input_utils.c | 284 SHELL_CMD_ARG(report, NULL,
|
| /subsys/debug/thread_analyzer/ |
| A D | Kconfig | 85 Run the thread analyzer auto thread on each core and report
|
| /subsys/testsuite/ztest/ |
| A D | Kconfig | 142 that only code lines triggered by test itself are counted in the coverage report 257 int "Progress report interval (in milliseconds)"
|
| /subsys/logging/frontends/ |
| A D | Kconfig | 28 Determines how often a report about dropped messages is printed. Given
|
| /subsys/logging/ |
| A D | Kconfig.misc | 114 int "Failure report period (in milliseconds)"
|
| /subsys/bluetooth/host/shell/ |
| A D | bt.c | 973 const struct bt_conn_le_tx_power_report *report) in tx_power_report() argument 976 tx_power_report_reason2str(report->reason), tx_pwr_ctrl_phy2str(report->phy), in tx_power_report() 977 report->tx_power_level); in tx_power_report() 979 tx_power_flag2str(report->tx_power_level_flag), report->delta); in tx_power_report() 985 const struct bt_conn_le_path_loss_threshold_report *report) in path_loss_threshold_report() argument 988 plm_report_zone_str(report->zone), report->path_loss); in path_loss_threshold_report() 5169 SHELL_CMD_ARG(set-power-report-enable, NULL, HELP_NONE, cmd_set_power_report_enable, 3, 0),
|
| /subsys/testsuite/ |
| A D | Kconfig | 30 The code coverage report generation is only available on boards
|