Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_def.h112 #define SMP_ENC_KEY_SIZE_MIN 0x07 macro
H A Dsmp_tool.c856 …if ((pairParam->maxEncKeySize < SMP_ENC_KEY_SIZE_MIN) || (pairParam->maxEncKeySize > SMP_ENC_KEY_S… in SMP_CheckRemotePairParam()