/system/bluetooth/bluez-clean-headers/bluetooth/ |
bluetooth.h | 112 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}})
|
/external/bluetooth/bluez/lib/bluetooth/ |
bluetooth.h | 136 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}})
|
/system/bluetooth/tools/ |
sock_shutdown_test.c | 57 struct sockaddr_sco local_addr_sco = {AF_BLUETOOTH, *BDADDR_LOCAL};
|
asocket_test.c | 59 struct sockaddr_sco local_addr_sco = {AF_BLUETOOTH, *BDADDR_LOCAL};
|
socktest.c | 58 struct sockaddr_sco local_addr_sco = {AF_BLUETOOTH, *BDADDR_LOCAL};
|
/external/bluetooth/bluez/compat/ |
sdp.c | 395 session = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, 0); 577 session = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, 0);
|
/external/bluetooth/bluez/tools/ |
sdptool.c | 63 bacpy(ba, BDADDR_LOCAL); 848 sess = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, 0); 990 sess = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, 0); [all...] |
/external/bluetooth/bluez/src/ |
sdpd-request.c | 1083 bacpy(&req.bdaddr, BDADDR_LOCAL);
|
/external/qemu/hw/ |
bt.h | 33 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}}) [all...] |
/external/bluetooth/bluez/lib/ |
sdp.c | [all...] |