Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h123 struct le_impl : public bluetooth::hci::LeAddressManagerCallback { struct
124 le_impl( in le_impl() function
147 ~le_impl() { in ~le_impl() argument
156 void on_le_event(LeMetaEventView event_packet) { in on_le_event()
185 struct {
298 } connections;
301 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command()
307 …_packet_upward(uint16_t handle, std::function<void(struct acl_manager::assembler* assembler)> cb) { in send_packet_upward()
311 void report_le_connection_failure(AddressWithType address, ErrorCode status) { in report_le_connection_failure()
323 void on_le_connection_canceled_on_pause() { in on_le_connection_canceled_on_pause()
[all …]
Dle_impl_test.cc661 [](struct le_impl* le_impl, os::Handler* handler, std::promise<void> promise) { in TEST_F()
674 [](struct le_impl* le_impl) { in TEST_F()
683 [](struct le_impl* le_impl, os::Handler* handler, std::promise<void> promise) { in TEST_F()