Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/bluetooth/
Dhci_ll.c647 if (!bacmp(&lldev->bdaddr, BDADDR_NONE)) { in ll_setup()
732 bacpy(&lldev->bdaddr, BDADDR_NONE); in hci_ti_probe()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dbluetooth.h271 #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) macro
/kernel/linux/linux-5.10/net/bluetooth/
Dmgmt.c5289 if (!bacmp(&cp->bdaddr, BDADDR_NONE)) in set_static_address()