Searched refs:mode1Level (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_conn.c | 367 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 D | gap_le_if.c | 157 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 D | gap_le.h | 393 int GAP_LeSetSecurityMode(GAP_LeSecMode1Level mode1Level, GAP_LeSecMode2Level mode2Level);
|
H A D | gap_def.h | 268 GAP_LeSecMode1Level mode1Level; member
|
H A D | gap_le_sec.c | 61 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 D | gap_le_if.h | 792 BTSTACK_API int GAPIF_LeSetSecurityMode(GAP_LeSecMode1Level mode1Level, GAP_LeSecMode2Level mode2Le…
|