Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c478 uint16_t attrTypelen = 0; in AttReadByTypeRequestAsync() local
496 attrTypelen = UUID16BITTYPELEN; in AttReadByTypeRequestAsync()
498 attrTypelen = UUID128BITTYPELEN; in AttReadByTypeRequestAsync()
501 … packet = PacketMalloc(0, 0, sizeof(uint8_t) + sizeof(uint16_t) + sizeof(uint16_t) + attrTypelen); in AttReadByTypeRequestAsync()
514 …data + STEP_FIVE, attrTypelen, readByTypeReqAsyncPtr->attReadByTypeReqContext.uuid->uuid128, attrT… in AttReadByTypeRequestAsync()