Searched refs:cbState (Results 1 – 2 of 2) sorted by relevance
186 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanMonitorStateChange() local189 .handleScanMonitorStateChangeSync(cbState.enabled, cbState.errorCode); in handleScanMonitorStateChange()192 CallbackState cbState = {}; in handleScanMonitorStateChange() local193 cbState.enabled = enabled; in handleScanMonitorStateChange()194 cbState.errorCode = errorCode; in handleScanMonitorStateChange()197 NestedDataPtr<CallbackState>(cbState), callback); in handleScanMonitorStateChange()210 .handleScanResponseSync(cbState.pending, cbState.errorCode); in handleScanResponse()213 CallbackState cbState = {}; in handleScanResponse() local214 cbState.pending = pending; in handleScanResponse()215 cbState.errorCode = errorCode; in handleScanResponse()[all …]
247 CallbackState cbState = NestedDataPtr<CallbackState>(extraData); in handleStatusChange() local248 session->handleStatusChangeSync(cbState.enabled, cbState.errorCode); in handleStatusChange()251 CallbackState cbState = {}; in handleStatusChange() local252 cbState.enabled = enabled; in handleStatusChange()253 cbState.errorCode = errorCode; in handleStatusChange()256 NestedDataPtr<CallbackState>(cbState)); in handleStatusChange()