Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket_outputstream.cpp51 unsigned long availableLength = static_cast<unsigned long>(bufSize) - bytesInBuffer; in Write() local
53 if (availableLength < static_cast<unsigned long>(sendLength)) { in Write()
55 availableLength, sendLength); in Write()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp482 auto availableLength = item->second - item->first + 1; in CalculateAndAssignHandle() local
483 if (availableLength >= count) { in CalculateAndAssignHandle()