Home
last modified time | relevance | path

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

/aosp12/system/bt/main/shim/
H A Dl2c_api.cc858 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()
875 void on_channel_close(bluetooth::hci::Address device, in on_channel_close()
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()
947 channel_enqueue_buffer_;
949 struct ConnectionParameter {
[all …]