Searched refs:RTLBT_TS2MSEC (Results 1 – 2 of 2) sorted by relevance
| /src/usr.sbin/bluetooth/rtlbtfw/ | ||
| H A D | rtlbt_hw.h | 77 #define RTLBT_TS2MSEC(ts) ((ts).tv_sec * 1000 + (ts).tv_nsec / 1000000) macro |
| H A D | rtlbt_hw.c | 83 RTLBT_TS2MSEC(remains) + 1); in rtlbt_hci_command() |