Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dhci_core.h2173 #define INTERVAL_TO_MS(x) (((x) * 10) / 0x10) macro
/Linux-v6.6/net/bluetooth/
Dmgmt.c2298 duration = send->cnt * INTERVAL_TO_MS(hdev->le_adv_max_interval); in mesh_send_sync()