Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dbluetooth.h362 #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) macro
/linux/net/bluetooth/
H A Dmgmt.c6449 if (!bacmp(&cp->bdaddr, BDADDR_NONE)) in set_static_address()