Home
last modified time | relevance | path

Searched refs:p_eatt_impl (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bt/stack/eatt/
H A Deatt.cc71 auto p_eatt_impl = GetImplInstance(); in eatt_connect_ind() local
72 if (p_eatt_impl) in eatt_connect_ind()
79 auto p_eatt_impl = GetImplInstance(); in eatt_connect_cfm() local
80 if (p_eatt_impl) in eatt_connect_cfm()
87 auto p_eatt_impl = GetImplInstance(); in eatt_reconfig_completed() local
88 if (p_eatt_impl) in eatt_reconfig_completed()
94 auto p_eatt_impl = GetImplInstance(); in eatt_error_cb() local
95 if (p_eatt_impl) p_eatt_impl->eatt_l2cap_error_cb(lcid, reason); in eatt_error_cb()
100 if (p_eatt_impl) in eatt_disconnect_ind()
106 if (p_eatt_impl) p_eatt_impl->eatt_l2cap_data_ind(lcid, data_p); in eatt_data_ind()
[all …]