Searched refs:AttReadGoupAttributeData (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | att.h | 181 } 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 D | att_send_response.c | 1137 …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 D | att_receive.c | 1280 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 D | gatt_server_profile.cpp | 106 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()
|