Home
last modified time | relevance | path

Searched refs:sdp_record_find (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/src/
Dsdpd-service.c414 if (sdp_record_find(rec->handle)) in add_record_to_server()
453 rec = sdp_record_find(handle); in remove_record_from_server()
503 rec = sdp_record_find(handle); in extract_pdu_server()
505 rec = sdp_record_find(handleExpected); in extract_pdu_server()
599 if (sdp_record_find(rec->handle)) { in service_register_req()
655 orec = sdp_record_find(handle); in service_update_req()
695 rec = sdp_record_find(handle); in service_remove_req()
Dsdpd-database.c224 sdp_record_t *sdp_record_find(uint32_t handle) in sdp_record_find() function
304 while (sdp_record_find(handle)) in sdp_next_handle()
Dsdpd.h78 sdp_record_t *sdp_record_find(uint32_t handle);
Dsdpd-request.c720 sdp_record_t *rec = sdp_record_find(handle); in service_attr_req()
/external/bluetooth/bluez/plugins/
Dservice.c642 record = sdp_record_find(user_record->handle); in request_authorization()