Searched defs:PairingAuthCtx (Results 1 – 2 of 2) sorted by relevance
40 struct PairingAuthCtx { struct48 explicit PairingAuthCtx(Role role, const Data& pswd); argument86 }; // PairingAuthCtx argument88 PairingAuthCtx::PairingAuthCtx(Role role, const Data& pswd) : role_(role) { in PairingAuthCtx() function in PairingAuthCtx
45 typedef struct PairingAuthCtx PairingAuthCtx; typedef