OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2cap_result
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c
561
L2CAP_TRACE_API2 ("L2CAP - Calling Connect_Cfm_Cb(), CID: 0x%04x, Failure Code: %d", p_ccb->local_cid, p_ci->
l2cap_result
);
563
(*connect_cfm)(local_cid, p_ci->
l2cap_result
);
641
if ((!p_ci) || (p_ci->
l2cap_result
== L2CAP_CONN_OK))
650
l2cu_send_peer_connect_rsp (p_ccb, p_ci->
l2cap_result
, p_ci->l2cap_status);
657
l2cu_send_peer_connect_rsp (p_ccb, p_ci->
l2cap_result
, p_ci->l2cap_status);
[
all
...]
l2c_main.c
437
STREAM_TO_UINT16 (con_info.
l2cap_result
, p);
453
if (con_info.
l2cap_result
== L2CAP_CONN_OK)
455
else if (con_info.
l2cap_result
== L2CAP_CONN_PENDING)
[
all
...]