diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2025-09-15 13:09:42 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2025-09-18 09:59:03 +0000 |
| commit | 064006b78c90b52813a5a93341a4c52452114ca9 (patch) | |
| tree | 613e3170403df77da97721273198bdfa9521f289 /sys/netgraph/bluetooth/include | |
| parent | cbd62452bff6bc8837c9cffeaa4c9f43b99995ce (diff) | |
Diffstat (limited to 'sys/netgraph/bluetooth/include')
| -rw-r--r-- | sys/netgraph/bluetooth/include/ng_hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h index 44a14e62f4ed..ce3291770740 100644 --- a/sys/netgraph/bluetooth/include/ng_hci.h +++ b/sys/netgraph/bluetooth/include/ng_hci.h @@ -448,7 +448,7 @@ typedef struct { typedef bdaddr_t * bdaddr_p; /* Any BD_ADDR. Note: This is actually 7 bytes (count '\0' terminator) */ -#define NG_HCI_BDADDR_ANY ((bdaddr_p) "\000\000\000\000\000\000") +#define NG_HCI_BDADDR_ANY (&(const bdaddr_t){"\000\000\000\000\000\000"}) /* HCI status return parameter */ typedef struct { |
