Searched refs:L2capFixedChannelHelper (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | facade.cc | 276 fixed_channel_helper_map_.emplace(request->cid(), std::make_unique<L2capFixedChannelHelper>( in SetFixedChannel() 305 class L2capFixedChannelHelper { class in bluetooth::l2cap::le::L2capLeModuleFacadeService 307 …L2capFixedChannelHelper(L2capLeModuleFacadeService* service, L2capLeModule* l2cap_layer, os::Handl… in L2capFixedChannelHelper() function in bluetooth::l2cap::le::L2capLeModuleFacadeService::L2capFixedChannelHelper 313 …common::BindOnce(&L2capFixedChannelHelper::on_l2cap_service_registration_complete, common::Unretai… in L2capFixedChannelHelper() 314 … common::Bind(&L2capFixedChannelHelper::on_connection_open, common::Unretained(this)), handler_); in L2capFixedChannelHelper() 317 ~L2capFixedChannelHelper() { in ~L2capFixedChannelHelper() 327 …address, common::BindOnce(&L2capFixedChannelHelper::on_connect_fail, common::Unretained(this)), ha… in Connect() 349 …handler_, common::BindOnce(&L2capFixedChannelHelper::on_close_callback, common::Unretained(this))); in on_connection_open() 355 common::Bind(&L2capFixedChannelHelper::on_incoming_packet, common::Unretained(this))); in on_connection_open() 394 …handler_, common::Bind(&L2capFixedChannelHelper::enqueue_callback, common::Unretained(this), packe… in SendPacket() [all …]
|