Home
last modified time | relevance | path

Searched refs:BDADDR_LOCAL (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dbluetooth.h125 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}}) macro
/external/bluetooth/bluez/compat/
Dsdp.c394 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/
Dsdptool.c63 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/
Dsdpd-request.c1069 bacpy(&req.bdaddr, BDADDR_LOCAL); in handle_request()
/external/qemu/hw/
Dbt.h35 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}}) macro
/external/bluetooth/bluez/lib/
Dsdp.c4546 return memcmp(device, BDADDR_LOCAL, sizeof(bdaddr_t)) == 0; in sdp_is_local()