Home
last modified time | relevance | path

Searched refs:SDP_AddAttribute (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp105 int result = SDP_AddAttribute(sdpHandle_, PAN_SECURITY_DESCRIPTION_ID, in AddPanSecurityDescriptionId()
114 int result = SDP_AddAttribute(sdpHandle_, PAN_NET_ACCESS_TYPE_ID, SDP_TYPE_UINT_16, in AddPanNetAccessRate()
123 int result = SDP_AddAttribute(sdpHandle_, PAN_MAX_NET_ACCESS_RATE_ID, SDP_TYPE_UINT_32, in AddPanNetAccessType()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp75 result |= SDP_AddAttribute(sdpHandle_, in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp73 result |= SDP_AddAttribute(sdpHandle_, in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp187 return SDP_AddAttribute( in AddAttribute()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp204 return SDP_AddAttribute( in AddAttribute()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h369 int BTSTACK_API SDP_AddAttribute(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c1151 int SDP_AddAttribute( in SDP_AddAttribute() function