Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h2265 #define INTERVAL_TO_MS(x) (((x) * 10) / 0x10) macro
/openbmc/linux/net/bluetooth/
H A Dmgmt.c2232 duration = send->cnt * INTERVAL_TO_MS(hdev->le_adv_max_interval); in mesh_send_sync()