Searched refs:twtSession (Results 1 – 2 of 2) sorted by relevance
136 void onCreate(@NonNull TwtSession twtSession); in onCreate() argument
976 public void onTwtSessionCreate(int cmdId, TwtSession twtSession) { in onTwtSessionCreate() argument977 if (mFrameworkCallback == null || twtSession == null) return; in onTwtSessionCreate()978 mFrameworkCallback.onTwtSessionCreate(cmdId, twtSession.wakeDurationUs, in onTwtSessionCreate()979 twtSession.wakeDurationUs, twtSession.mloLinkId, twtSession.sessionId); in onTwtSessionCreate()983 public void onTwtSessionUpdate(int cmdId, TwtSession twtSession) { in onTwtSessionUpdate() argument