Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1203 constexpr const uint32_t PARAM_FALSE_LEN = 5; // "false" 5bytes in IsBtProhibitedByEdm() local
1207 char result[PARAM_FALSE_LEN + 1] = {0}; in IsBtProhibitedByEdm()
1209 int len = GetParameter(BLUETOOTH_EDM_KEY, PARAM_FALSE, result, PARAM_FALSE_LEN + 1); in IsBtProhibitedByEdm()
1210 CHECK_AND_RETURN_LOG_RET(len == PARAM_FALSE_LEN || len == PARAM_TRUE_LEN, false, "GetParameter len is invalid."); in IsBtProhibitedByEdm()

Completed in 3 milliseconds