Lines Matching defs:LeFixedChannelHelper
858 struct LeFixedChannelHelper { struct
859 LeFixedChannelHelper(uint16_t cid) : cid_(cid) {} in LeFixedChannelHelper() function
861 uint16_t cid_;
863 void on_registration_complete( in on_registration_complete()
873 std::unique_ptr<le::FixedChannelService> channel_service_ = nullptr;
875 void on_channel_close(bluetooth::hci::Address device, in on_channel_close()
886 void on_channel_open(std::unique_ptr<le::FixedChannel> channel) { in on_channel_open()
911 void on_incoming_data(bluetooth::hci::Address device) { in on_incoming_data()
927 void on_outgoing_connection_fail( in on_outgoing_connection_fail()
933 bool send(hci::Address remote, in send()
944 std::unordered_map<hci::Address, std::unique_ptr<le::FixedChannel>> channels_;
947 channel_enqueue_buffer_;
949 struct ConnectionParameter {
959 std::unordered_map<hci::Address, ConnectionParameter> conn_parameters_;
960 tL2CAP_FIXED_CHNL_REG freg_;