Searched refs:BDADDR_NONE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_ll.c | 647 if (!bacmp(&lldev->bdaddr, BDADDR_NONE)) { in ll_setup() 726 * the driver. Using BDADDR_NONE as a flag that is in hci_ti_probe() 732 bacpy(&lldev->bdaddr, BDADDR_NONE); in hci_ti_probe()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_ll.c | 648 if (!bacmp(&lldev->bdaddr, BDADDR_NONE)) { in ll_setup() 727 * the driver. Using BDADDR_NONE as a flag that is in hci_ti_probe() 733 bacpy(&lldev->bdaddr, BDADDR_NONE); in hci_ti_probe()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | bluetooth.h | 273 #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | bluetooth.h | 359 #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 5294 if (!bacmp(&cp->bdaddr, BDADDR_NONE)) in set_static_address()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 6462 if (!bacmp(&cp->bdaddr, BDADDR_NONE)) in set_static_address()
|
Completed in 24 milliseconds