Home
last modified time | relevance | path

Searched refs:sdp_device_record_update (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h463 int sdp_device_record_update(sdp_session_t *session, bdaddr_t *device, const sdp_record_t *rec);
/external/bluetooth/bluez/lib/
Dsdp.c3029 int sdp_device_record_update(sdp_session_t *session, bdaddr_t *device, const sdp_record_t *rec) in sdp_device_record_update() function
3111 return sdp_device_record_update(session, BDADDR_ANY, rec); in sdp_record_update()
/external/bluetooth/bluez/tools/
Dsdptool.c801 ret = sdp_device_record_update(sess, &interface, rec); in set_attrib()
927 ret = sdp_device_record_update(session, &interface, rec); in set_attribseq()