Home
last modified time | relevance | path

Searched refs:AttReadGoupAttributeData (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h181 } AttReadGoupAttributeData; typedef
262 AttReadGoupAttributeData *attributeData;
652 …uint16_t connectHandle, uint8_t length, const AttReadGoupAttributeData *serviceList, uint16_t serv…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c1137 …uint16_t connectHandle, uint8_t length, const AttReadGoupAttributeData *serviceList, uint16_t serv… in ATT_ReadByGroupTypeResponse()
1143 AttReadGoupAttributeData *attReadGroupAttrDataPtr = NULL; in ATT_ReadByGroupTypeResponse()
1146 attReadGroupAttrDataPtr = MEM_MALLOC.alloc(sizeof(AttReadGoupAttributeData) * serviceNum); in ATT_ReadByGroupTypeResponse()
H A Datt_receive.c1280 attReadObj.readGroupResponse.attributeData = (AttReadGoupAttributeData *)MEM_MALLOC.alloc( in AttReadByGroupTypeResponse()
1281 sizeof(AttReadGoupAttributeData) * attReadObj.readGroupResponse.num); in AttReadByGroupTypeResponse()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp106 AttReadGoupAttributeData *list, const GattDatabase::Service &service, uint8_t num);
393 AttReadGoupAttributeData serviceList[GATT_VALUE_LEN_MAX] = {{0, 0, nullptr}}; in DiscoverAllPrimaryServiceResponse()
1332 AttReadGoupAttributeData *list, const GattDatabase::Service &service, uint8_t num) in AssembleAttReadByGroupTypeRspPackage()