Searched defs:classic_impl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_impl.h | 52 struct classic_impl { struct 53 classic_impl(HciLayer* hci_layer, Controller* controller, os::Handler* handler, in classic_impl() function 73 ~classic_impl() { in ~classic_impl() argument 78 void on_classic_event(EventView event_packet) { in on_classic_event() 133 struct { 243 } connections; 246 bool send_packet_upward(uint16_t handle, in send_packet_upward() 251 void on_incoming_connection(Address address, ClassOfDevice cod) { in on_incoming_connection() 294 address, handler_->BindOnceOn(this, &classic_impl::actually_create_connection, address, in create_connection() argument 307 handler_->BindOnceOn(this, &classic_impl::on_create_connection_status, address)); in actually_create_connection() argument [all …]
|