Searched refs:BDADDR_LOCAL (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | bluetooth.h | 136 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}}) macro
|
/external/bluetooth/bluez/compat/ |
D | sdp.c | 395 session = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, 0); in bnep_sdp_register() 577 session = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, 0); in dun_sdp_register()
|
/external/bluetooth/bluez/tools/ |
D | sdptool.c | 63 bacpy(ba, BDADDR_LOCAL); in estr2ba() 848 sess = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, 0); in cmd_setattr() 990 sess = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, 0); in cmd_setseq() 3573 sess = sdp_connect(&interface, BDADDR_LOCAL, SDP_RETRY_IF_BUSY); in add_service() 3672 sess = sdp_connect(&interface, BDADDR_LOCAL, SDP_RETRY_IF_BUSY); in del_service() 4191 return get_service(has_addr ? &bdaddr : BDADDR_LOCAL, &context, 0); in cmd_get()
|
/external/bluetooth/bluez/src/ |
D | sdpd-request.c | 1083 bacpy(&req.bdaddr, BDADDR_LOCAL); in handle_request()
|
/external/qemu/hw/ |
D | bt.h | 33 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}}) macro
|
/external/bluetooth/bluez/lib/ |
D | sdp.c | 4520 return memcmp(device, BDADDR_LOCAL, sizeof(bdaddr_t)) == 0; in sdp_is_local()
|