Home
last modified time | relevance | path

Searched refs:readGroupResponse (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c287 MEM_MALLOC.free(valueList->readGroupResponse.attributeData[index].attributeValue); in AttReadFree()
294 MEM_MALLOC.free(valueList->readGroupResponse.attributeData); in AttReadFree()
315 for (; indexNum < attReadPtr->readGroupResponse.num; ++indexNum) { in AttReadAttrAssign()
317 attReadPtr->readGroupResponse.attributeData[indexNum].attHandle = ((uint16_t *)data)[0]; in AttReadAttrAssign()
319 (void)memcpy_s(attReadPtr->readGroupResponse.attributeData[indexNum].attributeValue, in AttReadAttrAssign()
1267 attReadObj.readGroupResponse.length = *(uint8_t *)BufferPtr(buffer); in AttReadByGroupTypeResponse()
1268 len = attReadObj.readGroupResponse.length; in AttReadByGroupTypeResponse()
1271 attReadObj.readGroupResponse.num = 0; in AttReadByGroupTypeResponse()
1278 attReadObj.readGroupResponse.num = (dataLen - 1) / len; in AttReadByGroupTypeResponse()
1281 sizeof(AttReadGoupAttributeData) * attReadObj.readGroupResponse.num); in AttReadByGroupTypeResponse()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h273 AttReadGroupRes readGroupResponse; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp1242 uint16_t num = data->attReadByGroupTypeResponse.readGroupResponse.num; in DiscoverAllPrimaryServiceParsing()
1243 uint16_t len = data->attReadByGroupTypeResponse.readGroupResponse.length; in DiscoverAllPrimaryServiceParsing()
1249 … startHandle = (data->attReadByGroupTypeResponse.readGroupResponse.attributeData + i)->attHandle; in DiscoverAllPrimaryServiceParsing()
1250 …endHandle = (data->attReadByGroupTypeResponse.readGroupResponse.attributeData + i)->groupEndHandle; in DiscoverAllPrimaryServiceParsing()
1254 (data->attReadByGroupTypeResponse.readGroupResponse.attributeData + i)->attributeValue, in DiscoverAllPrimaryServiceParsing()