OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CA_DisconnectReq
(Results
1 - 17
of
17
) sorted by null
/system/bt/stack/rfcomm/
rfc_mx_fsm.c
218
L2CA_DisconnectReq
(p_mcb->lcid);
294
L2CA_DisconnectReq
(p_mcb->lcid);
358
L2CA_DisconnectReq
(p_mcb->lcid);
425
L2CA_DisconnectReq
(p_mcb->lcid);
470
L2CA_DisconnectReq
(p_mcb->lcid);
500
L2CA_DisconnectReq
(p_mcb->lcid);
611
L2CA_DisconnectReq
(p_mcb->lcid);
/system/bt/stack/mcap/
mca_dact.c
123
if ((p_dcb->lcid == 0) || (
L2CA_DisconnectReq
(p_dcb->lcid) == FALSE))
mca_l2c.c
140
L2CA_DisconnectReq
(p_tbl->lcid);
392
L2CA_DisconnectReq
(lcid);
mca_cact.c
217
L2CA_DisconnectReq
(p_ccb->lcid);
/system/bt/stack/bnep/
bnep_main.c
342
L2CA_DisconnectReq
(p_bcb->l2cap_cid);
694
L2CA_DisconnectReq
(p_bcb->l2cap_cid);
709
L2CA_DisconnectReq
(p_bcb->l2cap_cid);
723
L2CA_DisconnectReq
(p_bcb->l2cap_cid);
742
L2CA_DisconnectReq
(p_bcb->l2cap_cid);
763
L2CA_DisconnectReq
(p_bcb->l2cap_cid);
bnep_utils.c
735
L2CA_DisconnectReq
(p_bcb->l2cap_cid);
[
all
...]
bnep_api.c
327
L2CA_DisconnectReq
(p_bcb->l2cap_cid);
/system/bt/stack/avct/
avct_l2c.c
221
L2CA_DisconnectReq
(lcid);
267
AVCT_TRACE_DEBUG("ERROR avct_l2c_config_cfm_cback
L2CA_DisconnectReq
%d ", p_lcb->ch_state);
272
L2CA_DisconnectReq
(lcid);
avct_lcb_act.c
437
L2CA_DisconnectReq
(p_lcb->ch_lcid);
/system/bt/stack/avdt/
avdt_l2c.c
161
L2CA_DisconnectReq
(p_tbl->lcid);
398
L2CA_DisconnectReq
(lcid);
avdt_ad.c
609
** channel and calls
L2CA_DisconnectReq
().
637
L2CA_DisconnectReq
(avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid);
/system/bt/stack/include/
l2c_api.h
338
#define L2CA_DISCONNECT_REQ(a)
L2CA_DisconnectReq
(a)
554
** Function
L2CA_DisconnectReq
561
extern BOOLEAN
L2CA_DisconnectReq
(UINT16 cid);
[
all
...]
/system/bt/stack/sdp/
sdp_main.c
645
L2CA_DisconnectReq
(p_ccb->connection_id);
716
L2CA_DisconnectReq
(p_ccb->connection_id);
/system/bt/stack/gatt/
gatt_main.c
257
ret =
L2CA_DisconnectReq
(p_tcb->att_lcid);
688
L2CA_DisconnectReq
(lcid);
744
L2CA_DisconnectReq
(lcid);
[
all
...]
/system/bt/stack/hid/
hidh_conn.c
149
L2CA_DisconnectReq
(p_hcon->intr_cid);
151
L2CA_DisconnectReq
(p_hcon->ctrl_cid);
739
L2CA_DisconnectReq
(p_hcon->ctrl_cid);
[
all
...]
/system/bt/stack/l2cap/
l2cap_client.c
154
if (client->local_channel_id && !
L2CA_DisconnectReq
(client->local_channel_id))
l2c_api.c
871
** Function
L2CA_DisconnectReq
878
BOOLEAN
L2CA_DisconnectReq
(UINT16 cid)
882
L2CAP_TRACE_API ("
L2CA_DisconnectReq
() CID: 0x%04x", cid);
[
all
...]
Completed in 3378 milliseconds