Lines Matching refs:hci_
190 hci_->EnqueueCommand( in SendHciCommandExpectingStatus()
195 hci_->EnqueueCommand( in SendHciCommandExpectingComplete()
202 … hci_->GetSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<EventView>)); in SendSecurityCommandExpectingComplete()
204 hci_->EnqueueCommand( in SendSecurityCommandExpectingComplete()
211 …hci_->GetLeSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEventVie… in SendLeSecurityCommandExpectingComplete()
213 hci_->EnqueueCommand( in SendLeSecurityCommandExpectingComplete()
219 auto queue_end = hci_->GetAclQueueEnd(); in SendAclData()
225 auto queue_end = hci_->GetIsoQueueEnd(); in SendIsoData()
277 hci_ = GetDependency<HciLayer>(); in Start()
278 hci_->RegisterEventHandler( in Start()
280 hci_->RegisterLeEventHandler( in Start()
282 hci_->GetAclQueueEnd()->RegisterDequeue( in Start()
284 hci_->GetIsoQueueEnd()->RegisterDequeue( in Start()
289 hci_->GetAclQueueEnd()->UnregisterDequeue(); in Stop()
290 hci_->GetIsoQueueEnd()->UnregisterDequeue(); in Stop()
304 HciLayer* hci_ = nullptr; member in bluetooth::hci::DependsOnHci
318 auto acl_ptr = hci_->GetAclQueueEnd()->TryDequeue(); in handle_acl()
340 auto iso_ptr = hci_->GetIsoQueueEnd()->TryDequeue(); in handle_iso()
352 hci_->GetAclQueueEnd()->UnregisterEnqueue(); in handle_enqueue()
361 hci_->GetIsoQueueEnd()->UnregisterEnqueue(); in handle_enqueue_iso()