Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2cdefs.h130 #define L2CAP_LE_RESULT_CONN_OK 0 macro
/system/bt/stack/btm/
Dbtm_ble.cc1094 tL2CAP_LE_RESULT_CODE result = L2CAP_LE_RESULT_CONN_OK; in btm_ble_start_sec_check()
1100 result = L2CAP_LE_RESULT_CONN_OK; in btm_ble_start_sec_check()
1130 return L2CAP_LE_RESULT_CONN_OK; in btm_ble_start_sec_check()
/system/bt/stack/l2cap/
Dl2c_ble.cc687 if (con_info.l2cap_result == L2CAP_LE_RESULT_CONN_OK) in l2cble_process_sig_cmd()