OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_ci
(Results
1 - 1
of
1
) sorted by null
/system/bt/stack/l2cap/
l2c_csm.c
127
tL2C_CONN_INFO *
p_ci
= (tL2C_CONN_INFO *)p_data;
local
188
if (
p_ci
->status != HCI_ERR_CONNECTION_EXISTS
191
L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid,
p_ci
->status);
193
(*connect_cfm)(local_cid,
p_ci
->status);
574
tL2C_CONN_INFO *
p_ci
= (tL2C_CONN_INFO *)p_data;
local
602
p_ccb->remote_cid =
p_ci
->remote_cid;
622
p_ccb->remote_cid =
p_ci
->remote_cid;
635
L2CAP_TRACE_API ("L2CAP - Calling Connect_Cfm_Cb(), CID: 0x%04x, Failure Code: %d", p_ccb->local_cid,
p_ci
->l2cap_result);
637
(*connect_cfm)(local_cid,
p_ci
->l2cap_result);
704
tL2C_CONN_INFO *
p_ci
;
local
[
all
...]
Completed in 368 milliseconds