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.c1331 conn->le.subrate.factor = 1; /* No subrating. */ in update_conn()
1332 conn->le.subrate.continuation_number = 0; in update_conn()
2650 conn->le.subrate.factor = sys_le16_to_cpu(evt->subrate_factor); in bt_hci_le_subrate_change_event()
2651 conn->le.subrate.continuation_number = sys_le16_to_cpu(evt->continuation_number); in bt_hci_le_subrate_change_event()
2656 if (!IN_RANGE(conn->le.subrate.factor, BT_HCI_LE_SUBRATE_FACTOR_MIN, in bt_hci_le_subrate_change_event()
2659 conn->le.subrate.factor); in bt_hci_le_subrate_change_event()
2665 if (conn->le.subrate.continuation_number > BT_HCI_LE_CONTINUATION_NUM_MAX) { in bt_hci_le_subrate_change_event()
2667 conn->le.subrate.continuation_number); in bt_hci_le_subrate_change_event()
2678 params.factor = conn->le.subrate.factor; in bt_hci_le_subrate_change_event()
2679 params.continuation_number = conn->le.subrate.continuation_number; in bt_hci_le_subrate_change_event()
Dconn.c2937 info->le.subrate = &conn->le.subrate; in bt_conn_get_info()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h768 const struct bt_conn_le_subrating_info *subrate; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3532 info.le.subrate->factor, info.le.subrate->continuation_number); in cmd_info()
4946 SHELL_CMD_ARG(subrate-set-defaults, NULL,
4950 SHELL_CMD_ARG(subrate-request, NULL,