Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c49 static void AttCount(uint8_t format, uint16_t *inforLenPtr, uint16_t *uuidLenPtr);
172 * @param3 uuidLenPtr Indicates the pointer to uuidLenPtr.
174 static void AttCount(uint8_t format, uint16_t *inforLenPtr, uint16_t *uuidLenPtr) in AttCount() argument
176 if (inforLenPtr == NULL || uuidLenPtr == NULL) { in AttCount()
177 LOG_WARN("%{public}s:inforLenPtr or uuidLenPtr is null, return.", __FUNCTION__); in AttCount()
180 LOG_INFO("%{public}s enter,format = %hhu,inforLenPtr = %hu,uuidLenPtr = %hu", in AttCount()
181 __FUNCTION__, format, *inforLenPtr, *uuidLenPtr); in AttCount()
185 *uuidLenPtr = UUID16BITTYPELEN; in AttCount()
188 *uuidLenPtr in AttCount()
[all...]

Completed in 2 milliseconds