Searched refs:SdpDataType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 96 } SdpDataType; typedef 102 SdpDataType type; 370 …uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeV… 424 SdpDataType type;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_sdp_client.h | 33 SdpDataType type {SDP_TYPE_UINT_8};
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_server.h | 61 …uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeV…
|
H A D | sdp.c | 148 SdpDataType type; 1152 …uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeV… in SDP_AddAttribute()
|
H A D | sdp_server.c | 713 static int SdpAddAttributeForCommon(SdpDataType type, const void *attributeValue, uint8_t *buffer, … in SdpAddAttributeForCommon() 750 …uint32_t handle, uint16_t attributeId, SdpDataType type, void *attributeValue, uint16_t attributeV… in SdpAddAttribute()
|
H A D | sdp_client_parse.c | 853 static int SdpGetALLValue(BufferInfo *bufferInfo, uint32_t *data, SdpDataType *dataType) in SdpGetALLValue() 857 SdpDataType valueType = 0; in SdpGetALLValue()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_client.h | 34 SdpDataType type {SDP_TYPE_UINT_8};
|