Home
last modified time | relevance | path

Searched refs:BDADDR_NONE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/bluetooth/
H A Dhci_ll.c648 if (!bacmp(&lldev->bdaddr, BDADDR_NONE)) { in ll_setup()
733 bacpy(&lldev->bdaddr, BDADDR_NONE); in hci_ti_probe()
/linux-6.15/include/net/bluetooth/
H A Dbluetooth.h363 #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) macro
/linux-6.15/net/bluetooth/
H A Dmgmt.c6415 if (!bacmp(&cp->bdaddr, BDADDR_NONE)) in set_static_address()