Home
last modified time | relevance | path

Searched refs:inforLenPtr (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);
171 * @param2 inforLenPtr Indicates the pointer to inforLenPtr.
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()
184 *inforLenPtr = FINDINFORRESINFOR16BITLEN; in AttCount()
187 *inforLenPtr in AttCount()
[all...]

Completed in 2 milliseconds