Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1202 constexpr const uint32_t PARAM_TRUE_LEN = 4; // "true" 4bytes in IsBtProhibitedByEdm() local
1210 CHECK_AND_RETURN_LOG_RET(len == PARAM_FALSE_LEN || len == PARAM_TRUE_LEN, false, "GetParameter len is invalid."); in IsBtProhibitedByEdm()
1212 if (strncmp(result, PARAM_TRUE, PARAM_TRUE_LEN) == 0) { in IsBtProhibitedByEdm()

Completed in 3 milliseconds