Home
last modified time | relevance | path

Searched refs:subrate (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h128 struct bt_conn_le_subrating_info subrate; member
Dhci_core.c1337 conn->le.subrate.factor = 1; /* No subrating. */ in update_conn()
1338 conn->le.subrate.continuation_number = 0; in update_conn()
2660 conn->le.subrate.factor = sys_le16_to_cpu(evt->subrate_factor); in bt_hci_le_subrate_change_event()
2661 conn->le.subrate.continuation_number = sys_le16_to_cpu(evt->continuation_number); in bt_hci_le_subrate_change_event()
2666 if (!IN_RANGE(conn->le.subrate.factor, BT_HCI_LE_SUBRATE_FACTOR_MIN, in bt_hci_le_subrate_change_event()
2669 conn->le.subrate.factor); in bt_hci_le_subrate_change_event()
2675 if (conn->le.subrate.continuation_number > BT_HCI_LE_CONTINUATION_NUM_MAX) { in bt_hci_le_subrate_change_event()
2677 conn->le.subrate.continuation_number); in bt_hci_le_subrate_change_event()
2688 params.factor = conn->le.subrate.factor; in bt_hci_le_subrate_change_event()
2689 params.continuation_number = conn->le.subrate.continuation_number; in bt_hci_le_subrate_change_event()
Dconn.c2964 info->le.subrate = &conn->le.subrate; in bt_conn_get_info()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h769 const struct bt_conn_le_subrating_info *subrate; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3534 info.le.subrate->factor, info.le.subrate->continuation_number); in cmd_info()
4978 SHELL_CMD_ARG(subrate-set-defaults, NULL,
4982 SHELL_CMD_ARG(subrate-request, NULL,