Home
last modified time | relevance | path

Searched refs:mode1Level (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c367 int GAP_LeSetSecurityMode(GAP_LeSecMode1Level mode1Level, GAP_LeSecMode2Level mode2Level) in GAP_LeSetSecurityMode() argument
369 …LOG_INFO("%{public}s: mode1Level[%{public}d], mode2Level[%{public}d]", __FUNCTION__, mode1Level, m… in GAP_LeSetSecurityMode()
376 localInfo->mode1Level = mode1Level; in GAP_LeSetSecurityMode()
378 if (mode1Level == LE_MODE_1_LEVEL_4) { in GAP_LeSetSecurityMode()
H A Dgap_le_if.c157 GAP_LeSecMode1Level mode1Level; member
1301 info->result = GAP_LeSetSecurityMode(info->mode1Level, info->mode2Level); in GapLeSetSecurityModeTask()
1304 int GAPIF_LeSetSecurityMode(GAP_LeSecMode1Level mode1Level, GAP_LeSecMode2Level mode2Level) in GAPIF_LeSetSecurityMode() argument
1306 …LOG_INFO("%{public}s: mode1Level:%{public}d mode2Level:%{public}d", __FUNCTION__, mode1Level, mode… in GAPIF_LeSetSecurityMode()
1314 ctx->mode1Level = mode1Level; in GAPIF_LeSetSecurityMode()
H A Dgap_le.h393 int GAP_LeSetSecurityMode(GAP_LeSecMode1Level mode1Level, GAP_LeSecMode2Level mode2Level);
H A Dgap_def.h268 GAP_LeSecMode1Level mode1Level; member
H A Dgap_le_sec.c61 return localInfo->mode1Level >= LE_MODE_1_LEVEL_3 || localInfo->mode2Level >= LE_MODE_2_LEVEL_2; in GapLeSecurityNeedAuthentication()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h792 BTSTACK_API int GAPIF_LeSetSecurityMode(GAP_LeSecMode1Level mode1Level, GAP_LeSecMode2Level mode2Le…