Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c1464 uint16_t bufferSizenoti; in AttHandleValueNotificationAsync() local
1476 bufferSizenoti = BufferGetSize(handleNotificationAsyncPtr->attValue); in AttHandleValueNotificationAsync()
1486 if ((bufferSizenoti > 0) && (bufferSizenoti <= (connect->mtu - STEP_THREE))) { in AttHandleValueNotificationAsync()
1488 } else if (bufferSizenoti > (connect->mtu - STEP_THREE)) { in AttHandleValueNotificationAsync()