Searched refs:connect_cfm (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_csm.c127 tL2CA_CONNECT_CFM_CB *connect_cfm; local
152 connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb;
181 (*connect_cfm)(local_cid, p_ci->status);
232 (*connect_cfm)(local_cid, L2CAP_CONN_SECURITY_BLOCK);
268 (*connect_cfm)(local_cid, L2CAP_CONN_TIMEOUT);
296 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb; local
340 (*connect_cfm)(local_cid, L2CAP_CONN_NO_LINK);
361 (*connect_cfm)(local_cid, HCI_ERR_AUTH_FAILURE);
509 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb; local
556 (*connect_cfm)(local_ci
[all...]

Completed in 46 milliseconds