Home
last modified time | relevance | path

Searched defs:le_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h128 struct le_impl : public bluetooth::hci::LeAddressManagerCallback { struct
129 le_impl(HciLayer* hci_layer, Controller* controller, os::Handler* handler, in le_impl() function
148 ~le_impl() { in ~le_impl() argument
157 void on_le_event(LeMetaEventView event_packet) { in on_le_event()
186 struct {
302 } connections;
305 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command()
329 if (com::android::bluetooth::flags::le_impl_ack_pause_disarmed()) { in set_connectability_state() argument
342 if (!com::android::bluetooth::flags::le_impl_ack_pause_disarmed()) { in on_le_connection_canceled_on_pause() argument
347 void on_common_le_connection_complete(AddressWithType address_with_type) { in on_common_le_connection_complete()
[all …]
Dle_impl_test.cc754 [](struct le_impl* le_impl, os::Handler* handler, std::promise<void> promise) { in TEST_F()
766 [](struct le_impl* le_impl) { in TEST_F()
775 [](struct le_impl* le_impl, os::Handler* handler, std::promise<void> promise) { in TEST_F()