Home
last modified time | relevance | path

Searched refs:acl_interface (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.cc48 static acl_interface_t acl_interface{ in GetAclInterface() local
98 return acl_interface; in GetAclInterface()
Dacl.cc355 void ValidateAclInterface(const shim::legacy::acl_interface_t& acl_interface) { in ValidateAclInterface() argument
356 log::assert_that(acl_interface.on_send_data_upwards != nullptr, in ValidateAclInterface()
358 log::assert_that(acl_interface.on_packets_completed != nullptr, in ValidateAclInterface()
361 log::assert_that(acl_interface.connection.classic.on_connected != nullptr, in ValidateAclInterface()
364 acl_interface.connection.classic.on_failed != nullptr, in ValidateAclInterface()
367 acl_interface.connection.classic.on_disconnected != nullptr, in ValidateAclInterface()
370 log::assert_that(acl_interface.connection.le.on_connected != nullptr, in ValidateAclInterface()
372 log::assert_that(acl_interface.connection.le.on_failed != nullptr, in ValidateAclInterface()
375 acl_interface.connection.le.on_disconnected != nullptr, in ValidateAclInterface()
1420 const acl_interface_t& acl_interface, in Acl() argument
[all …]
Dacl.h41 Acl(os::Handler* handler, const acl_interface_t& acl_interface,
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc53 const acl_interface_t& acl_interface, in Acl() argument
56 : acl_interface_(acl_interface) { in Acl()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc160 shim::legacy::acl_interface_t acl_interface{ variable
206 return acl_interface; in GetMockAclInterface()
760 acl_interface.connection.classic.on_connect_request = in TEST_F()