Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h53 struct classic_impl { struct
54 classic_impl( in classic_impl() argument
79 ~classic_impl() { in ~classic_impl() argument
84 void on_classic_event(EventView event_packet) { in on_classic_event()
139 struct {
244 } connections;
247 …_packet_upward(uint16_t handle, std::function<void(struct acl_manager::assembler* assembler)> cb) { in send_packet_upward()
251 void on_incoming_connection(Address address, ClassOfDevice cod) { in on_incoming_connection()
291 …address, handler_->BindOnceOn(this, &classic_impl::actually_create_connection, address, std::move(… in create_connection() argument
301 …std::move(packet), handler_->BindOnceOn(this, &classic_impl::on_create_connection_status, address)… in actually_create_connection() argument
[all …]