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.h129 struct le_impl : public bluetooth::hci::LeAddressManagerCallback { struct
130 le_impl( in le_impl() argument
153 ~le_impl() { in ~le_impl() argument
162 void on_le_event(LeMetaEventView event_packet) { in on_le_event()
193 struct {
303 } connections;
306 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command()
312 …_packet_upward(uint16_t handle, std::function<void(struct acl_manager::assembler* assembler)> cb) { in send_packet_upward()
316 void report_le_connection_failure(AddressWithType address, ErrorCode status) { in report_le_connection_failure()
328 void on_le_connection_canceled_on_pause() { in on_le_connection_canceled_on_pause()
[all …]
Dle_impl_test.cc837 [](struct le_impl* le_impl, os::Handler* handler, std::promise<void> promise) { in TEST_F()
850 [](struct le_impl* le_impl) { in TEST_F()
859 [](struct le_impl* le_impl, os::Handler* handler, std::promise<void> promise) { in TEST_F()