Lines Matching refs:hci_

36     hci_ = hci;  in Start()
39 hci_->RegisterEventHandler( in Start()
49 hci_->EnqueueCommand( in Start()
53 hci_->EnqueueCommand(ReadLocalNameBuilder::Create(), in Start()
55 hci_->EnqueueCommand(ReadLocalVersionInformationBuilder::Create(), in Start()
57 hci_->EnqueueCommand(ReadLocalSupportedCommandsBuilder::Create(), in Start()
63 hci_->EnqueueCommand(ReadLocalExtendedFeaturesBuilder::Create(0x00), in Start()
68 hci_->EnqueueCommand(ReadBufferSizeBuilder::Create(), in Start()
72 hci_->EnqueueCommand( in Start()
76 hci_->EnqueueCommand( in Start()
81 hci_->EnqueueCommand(LeReadLocalSupportedFeaturesBuilder::Create(), in Start()
84 hci_->EnqueueCommand(LeReadSupportedStatesBuilder::Create(), in Start()
87 hci_->EnqueueCommand( in Start()
91 hci_->EnqueueCommand( in Start()
96 hci_->EnqueueCommand(LeReadMaximumDataLengthBuilder::Create(), in Start()
105 hci_->EnqueueCommand( in Start()
110 hci_->EnqueueCommand( in Start()
117 hci_->EnqueueCommand( in Start()
124 hci_->EnqueueCommand( in Start()
129 hci_->EnqueueCommand(LeGetVendorCapabilitiesBuilder::Create(), in Start()
135 hci_->EnqueueCommand( in Start()
143 hci_->UnregisterEventHandler(EventCode::NUMBER_OF_COMPLETED_PACKETS); in Stop()
145 hci_ = nullptr; in Stop()
243 hci_->EnqueueCommand( in read_local_extended_features_complete_handler()
454 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in set_event_mask()
462 hci_->EnqueueCommand( in write_le_host_support()
469 hci_->EnqueueCommand( in write_simple_pairing_mode()
476 hci_->EnqueueCommand(std::move(packet), in reset()
481 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in set_event_filter()
493 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in write_local_name()
502 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in host_buffer_size()
508 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in le_set_event_mask()
816 HciLayer* hci_; member