Searched refs:subrate (Results 1 – 5 of 5) sorted by relevance
128 struct bt_conn_le_subrating_info subrate; member
1337 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()
2964 info->le.subrate = &conn->le.subrate; in bt_conn_get_info()
769 const struct bt_conn_le_subrating_info *subrate; member
3534 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,