Home
last modified time | relevance | path

Searched refs:BT_UUID_128 (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.c67 case BT_UUID_128: in SdpAddAttributeForUuid()
157 uuid->type = BT_UUID_128; in SdpGetUuid()
H A Dsdp_server.c281 if ((serviceid->type != BT_UUID_16) && (serviceid->type != BT_UUID_32) && (serviceid->type != BT_UUID_128)) { in SdpAddServiceId()
421 } else if (browseUuid->type == BT_UUID_128) { in SdpAddBrowseGroupList()
784 uuid.type = BT_UUID_128; in SdpAddAttribute()
896 case BT_UUID_128: in SdpAddAttributeForUuidSequence()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtstack.h68 #define BT_UUID_128 0x03 macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c497 } else if (readByTypeReqAsyncPtr->attReadByTypeReqContext.uuid->type == BT_UUID_128) { in AttReadByTypeRequestAsync()
512 } else if (readByTypeReqAsyncPtr->attReadByTypeReqContext.uuid->type == BT_UUID_128) { in AttReadByTypeRequestAsync()
569 } else if (uuid->type == BT_UUID_128) { in ATT_ReadByTypeRequest()
570 attReadUuidPtr->type = BT_UUID_128; in ATT_ReadByTypeRequest()
875 } else if (attReadByGroupRequestAsyncPtr->attReadGroupContext.uuid->type == BT_UUID_128) { in AttReadByGroupTypeRequestDataAssign()
880 LOG_ERROR("%{public}s BT_UUID_128 memcpy_s fail", __FUNCTION__); in AttReadByGroupTypeRequestDataAssign()
919 } else if (attReadByGroupRequestAsyncPtr->attReadGroupContext.uuid->type == BT_UUID_128) { in AttReadByGroupTypeRequestAsync()
986 } else if (uuid->type == BT_UUID_128) { in ATT_ReadByGroupTypeRequest()
987 attReadByGroupReqUuidPtr->type = BT_UUID_128; in ATT_ReadByGroupTypeRequest()
H A Datt_receive.c254 attFindObj->findInforRsponse.handleUuidPairs[index].uuid.type = BT_UUID_128; in AttFindInformationResAssign()
815 attReadObj.readHandleRangeUuid.uuid->type = BT_UUID_128; in AttReadByTypeRequest()
1200 attReadObj.readGroupRequest.uuid->type = BT_UUID_128; in AttReadByGroupTypeRequest()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.cpp35 classid[0].type = BT_UUID_128; in StartDiscovery()
H A Dsocket_sdp_server.cpp90 classid[0].type = BT_UUID_128; in AddServiceClassId()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp411 tempUuid.type = BT_UUID_128; in DiscoverCharacteristicByUuid()
496 tempUuid.type = BT_UUID_128; in ReadUsingCharacteristicByUuid()
H A Dgatt_server_profile.cpp1136 } else if (data->attReadByTypeRequest.readHandleRangeUuid.uuid->type == BT_UUID_128) { in CheckUuidType()

Completed in 18 milliseconds