Searched refs:cbState (Results 1 – 2 of 2) sorted by relevance
394 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanMonitorStateChange() local397 .handleScanMonitorStateChangeSync(cbState.enabled, cbState.errorCode); in handleScanMonitorStateChange()400 CallbackState cbState = {}; in handleScanMonitorStateChange() local401 cbState.enabled = enabled; in handleScanMonitorStateChange()402 cbState.errorCode = errorCode; in handleScanMonitorStateChange()405 NestedDataPtr<CallbackState>(cbState), callback); in handleScanMonitorStateChange()415 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanResponse() local418 .handleScanResponseSync(cbState.pending, cbState.errorCode); in handleScanResponse()421 CallbackState cbState = {}; in handleScanResponse() local422 cbState.pending = pending; in handleScanResponse()[all …]
281 CallbackState cbState = NestedDataPtr<CallbackState>(extraData); in handleStatusChange() local282 session->handleStatusChangeSync(cbState.enabled, cbState.errorCode); in handleStatusChange()285 CallbackState cbState = {}; in handleStatusChange() local286 cbState.enabled = enabled; in handleStatusChange()287 cbState.errorCode = errorCode; in handleStatusChange()290 NestedDataPtr<CallbackState>(cbState)); in handleStatusChange()