Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_PERIPHERAL_LATENCY_MAX (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c1946 if (conn->le.latency > BT_HCI_LE_PERIPHERAL_LATENCY_MAX) { in le_conn_update_complete()
2661 if (conn->le.latency > BT_HCI_LE_PERIPHERAL_LATENCY_MAX) { in bt_hci_le_subrate_change_event()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3071 #define BT_HCI_LE_PERIPHERAL_LATENCY_MAX 0x01f3 macro