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