Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2cdefs.h122 L2CAP_LE_RESULT_CONN_OK = 0, enumerator
139 case L2CAP_LE_RESULT_CONN_OK: in l2cap_le_result_code_text()
/system/bt/test/mock/
Dmock_stack_btm_ble.cc128 return L2CAP_LE_RESULT_CONN_OK; in btm_ble_start_sec_check()
Dmock_stack_l2cap_ble.h285 void* p_ref_data) { return L2CAP_LE_RESULT_CONN_OK; }};
/system/bt/stack/btm/
Dbtm_ble.cc942 tL2CAP_LE_RESULT_CODE result = L2CAP_LE_RESULT_CONN_OK; in btm_ble_start_sec_check()
948 result = L2CAP_LE_RESULT_CONN_OK; in btm_ble_start_sec_check()
979 return L2CAP_LE_RESULT_CONN_OK; in btm_ble_start_sec_check()
/system/bt/stack/l2cap/
Dl2c_ble.cc978 if (con_info.l2cap_result == L2CAP_LE_RESULT_CONN_OK) in l2cble_process_sig_cmd()
Dl2c_csm.cc289 case L2CAP_LE_RESULT_CONN_OK: in l2c_csm_closed()