Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dl2cdefs.h233 inline tL2CAP_CONN to_l2cap_result_code(uint16_t result) { in to_l2cap_result_code() function
279 return l2cap_result_code_text(to_l2cap_result_code(result)); in l2cap_result_code_text()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avdt/
Davdt_l2c.cc177 log::warn("lcid: 0x{:04x}, result: {}", lcid, to_l2cap_result_code(result)); in avdt_on_l2cap_error()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc795 cb_data.l2cap_result = to_l2cap_result_code(result); in gap_on_l2cap_error()