Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h65 struct eatt_impl { struct
72 base::WeakPtrFactory<eatt_impl> weak_factory_{this}; argument
74 eatt_impl() { in eatt_impl() argument
82 eatt_device* find_device_by_cid(uint16_t lcid) { in find_device_by_cid()
93 EattChannel* find_channel_by_cid(uint16_t lcid) { in find_channel_by_cid()
103 bool is_channel_connection_pending(eatt_device* eatt_dev) { in is_channel_connection_pending()
112 EattChannel* find_channel_by_cid(const RawAddress& bdaddr, uint16_t lcid) { in find_channel_by_cid()
122 void remove_channel_by_cid(eatt_device* eatt_dev, uint16_t lcid) { in remove_channel_by_cid()
136 void remove_channel_by_cid(uint16_t lcid) { in remove_channel_by_cid()
145 bool eatt_l2cap_connect_ind_common(const RawAddress& bda, std::vector<uint16_t>& lcids, in eatt_l2cap_connect_ind_common()
[all …]