Searched refs:BDADDR_LOCAL (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | bluetooth.h | 125 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}}) macro
|
/external/bluetooth/bluez/compat/ |
D | sdp.c | 394 session = sdp_connect(BDADDR_ANY, BDADDR_LOCAL, 0); in bnep_sdp_register() 576 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() 3502 sess = sdp_connect(&interface, BDADDR_LOCAL, SDP_RETRY_IF_BUSY); in add_service() 3601 sess = sdp_connect(&interface, BDADDR_LOCAL, SDP_RETRY_IF_BUSY); in del_service() 4120 return get_service(has_addr ? &bdaddr : BDADDR_LOCAL, &context, 0); in cmd_get()
|
/external/bluetooth/bluez/src/ |
D | sdpd-request.c | 1069 bacpy(&req.bdaddr, BDADDR_LOCAL); in handle_request()
|
/external/qemu/hw/ |
D | bt.h | 35 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}}) macro
|
/external/bluetooth/bluez/lib/ |
D | sdp.c | 4546 return memcmp(device, BDADDR_LOCAL, sizeof(bdaddr_t)) == 0; in sdp_is_local()
|