Home
last modified time | relevance | path

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

/external/bluetooth/hcidump/parser/
Dsdp.c42 #define SDP_ERROR_RSP 0x01 macro
587 case SDP_ERROR_RSP: in pid2str()
690 case SDP_ERROR_RSP: in sdp_dump()
/external/bluetooth/bluez/lib/bluetooth/
Dsdp.h384 #define SDP_ERROR_RSP 0x01 macro
/external/qemu/hw/
Dbt-sdp.c529 case SDP_ERROR_RSP: in bt_l2cap_sdp_sdu_in()
547 pdu_id = SDP_ERROR_RSP; in bt_l2cap_sdp_sdu_in()
Dbt.h2081 SDP_ERROR_RSP = 0x01, enumerator
/external/bluetooth/bluez/lib/
Dsdp.c2873 if (rsphdr->pdu_id == SDP_ERROR_RSP) { in sdp_device_record_register_binary()
2990 if (rsphdr->pdu_id == SDP_ERROR_RSP) { in sdp_device_record_unregister_binary()
3095 if (rsphdr->pdu_id == SDP_ERROR_RSP) { in sdp_device_record_update()
3385 if (rsphdr->pdu_id == SDP_ERROR_RSP) { in sdp_service_search_req()
3559 if (rsphdr->pdu_id == SDP_ERROR_RSP) { in sdp_service_attr_req()
4172 case SDP_ERROR_RSP: in sdp_process()
4378 if (rsphdr->pdu_id == SDP_ERROR_RSP) { in sdp_service_search_attr_req()
/external/bluetooth/bluez/src/
Dsdpd-request.c1022 rsphdr->pdu_id = SDP_ERROR_RSP; in process_request()