Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h233 int SMP_SetSecureConnOnlyMode(bool mode);
H A Dsmp.c929 int SMP_SetSecureConnOnlyMode(bool mode) in SMP_SetSecureConnOnlyMode() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c382 ret = SMP_SetSecureConnOnlyMode(true); in GAP_LeSetSecurityMode()
387 ret = SMP_SetSecureConnOnlyMode(false); in GAP_LeSetSecurityMode()