Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c423 cryptF6Param->IOcap[offset] = SMP_GetPairMng()->peer.pairParam.authReq; in SMP_ConstituteF6Param()
425 cryptF6Param->IOcap[offset] = SMP_GetPairMng()->peer.pairParam.oobDataFlag; in SMP_ConstituteF6Param()
427 cryptF6Param->IOcap[offset] = SMP_GetPairMng()->peer.pairParam.ioCapability; in SMP_ConstituteF6Param()
440 cryptF6Param->IOcap[offset] = SMP_GetPairMng()->local.pairParam.authReq; in SMP_ConstituteF6Param()
442 cryptF6Param->IOcap[offset] = SMP_GetPairMng()->local.pairParam.oobDataFlag; in SMP_ConstituteF6Param()
444 cryptF6Param->IOcap[offset] = SMP_GetPairMng()->local.pairParam.ioCapability; in SMP_ConstituteF6Param()
470 SMP_WriteToRow(param->output, CRYPT_F6_OUT_LEN, offset, param->IOcap, CRYPT_F6_IO_LEN); in SMP_CryptographicF6()
H A Dsmp_tool.h128 uint8_t IOcap[CRYPT_F6_IO_LEN]; member