Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.c59 case BT_UUID_32: in SdpAddAttributeForUuid()
153 uuid->type = BT_UUID_32; in SdpGetUuid()
H A Dsdp_server.c281 …if ((serviceid->type != BT_UUID_16) && (serviceid->type != BT_UUID_32) && (serviceid->type != BT_U… in SdpAddServiceId()
416 } else if (browseUuid->type == BT_UUID_32) { in SdpAddBrowseGroupList()
779 uuid.type = BT_UUID_32; in SdpAddAttribute()
887 case BT_UUID_32: in SdpAddAttributeForUuidSequence()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtstack.h67 #define BT_UUID_32 0x02 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1728 } else if (inUuid.type == BT_UUID_32) { in GetUuidFromBtUuid()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp402 tempUuid = {.type = BT_UUID_32, .uuid32 = uuid.ConvertTo32Bits()}; in DiscoverCharacteristicByUuid()