Home
last modified time | relevance | path

Searched refs:hci_layer (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/
Dsecurity_module.cc46 hci::HciLayer* hci_layer, in impl()
54 … security_manager_channel_(new channel::SecurityManagerChannel(security_handler_, hci_layer)), in impl()
55 hci_layer_(hci_layer), in impl()
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel.cc31 SecurityManagerChannel::SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer) in SecurityManagerChannel() argument
34hci_layer->GetSecurityInterface(handler->BindOn(this, &SecurityManagerChannel::OnHciEventReceived)… in SecurityManagerChannel()
Dsecurity_manager_channel.h50 SecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer);
Dsecurity_manager_channel_unittest.cc51 FakeSecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer) in FakeSecurityManagerChannel() argument
52 : SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel()
/packages/modules/Bluetooth/system/main/shim/
DAndroid.bp28 "hci_layer.cc",
DBUILD.gn61 "hci_layer.cc",
/packages/modules/Bluetooth/system/gd/hci/facade/
Dfacade.cc42 …HciFacadeService(HciLayer* hci_layer, Controller* controller, ::bluetooth::os::Handler* facade_han… in HciFacadeService() argument
43 : hci_layer_(hci_layer), controller_(controller), facade_handler_(facade_handler) {} in HciFacadeService()
/packages/modules/Bluetooth/system/gd/hci/
Dmsft.cc48 void start(os::Handler* handler, hal::HciHal* hal, hci::HciLayer* hci_layer) { in start()
52 hci_layer_ = hci_layer; in start()
DBUILD.gn29 "hci_layer.cc",
DAndroid.bp22 "hci_layer.cc",
Ddistance_measurement_manager.cc205 hci::HciLayer* hci_layer, in start()
209 hci_layer_ = hci_layer; in start()
Dle_scanning_manager.cc194 HciLayer* hci_layer, in start()
199 hci_layer_ = hci_layer; in start()
Dle_advertising_manager.cc148 hci::HciLayer* hci_layer, in start()
152 hci_layer_ = hci_layer; in start()
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc53 FakeSecurityManagerChannel(os::Handler* handler, hci::HciLayer* hci_layer) in FakeSecurityManagerChannel() argument
54 : channel::SecurityManagerChannel(handler, hci_layer) {} in FakeSecurityManagerChannel()
275 hci::SecurityCommandView GetLastCommand(FakeHciLayer* hci_layer) { in GetLastCommand() argument
276 auto last_command = std::move(hci_layer->GetLastCommand()->command); in GetLastCommand()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h55 HciLayer* hci_layer, in classic_impl()
62 : hci_layer_(hci_layer), in classic_impl()
67 hci_layer_ = hci_layer; in classic_impl()
Dle_impl.h125 HciLayer* hci_layer, in le_impl()
130 … : hci_layer_(hci_layer), controller_(controller), round_robin_scheduler_(round_robin_scheduler) { in le_impl()
131 hci_layer_ = hci_layer; in le_impl()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h65 hci::HciLayer* hci_layer,
Dsecurity_manager_impl.cc684 hci::HciLayer* hci_layer, in SecurityManagerImpl() argument
693hci_layer->GetLeSecurityInterface(security_handler_->BindOn(this, &SecurityManagerImpl::OnHciLeEve… in SecurityManagerImpl()
/packages/modules/Bluetooth/system/main/
DAndroid.bp192 "shim/hci_layer.cc",