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 D | pan_sdp.cpp | 105 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 D | avrcp_ct_sdp.cpp | 75 result |= SDP_AddAttribute(sdpHandle_, in RegisterService()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_sdp.cpp | 73 result |= SDP_AddAttribute(sdpHandle_, in RegisterService()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_server.cpp | 187 return SDP_AddAttribute( in AddAttribute()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_sdp_server.cpp | 204 return SDP_AddAttribute( in AddAttribute()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 369 int BTSTACK_API SDP_AddAttribute(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp.c | 1151 int SDP_AddAttribute( in SDP_AddAttribute() function
|