OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tMCA_CL
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/stack/include/
mca_api.h
83
typedef UINT8
tMCA_CL
; /* the handle for a control channel; reported at MCA_CONNECT_IND_EVT */
213
typedef void (tMCA_CTRL_CBACK)(tMCA_HANDLE handle,
tMCA_CL
mcl, UINT8 event,
316
** This control channel is identified by
tMCA_CL
.
341
MCA_API extern tMCA_RESULT MCA_DisconnectReq(
tMCA_CL
mcl);
358
MCA_API extern tMCA_RESULT MCA_CreateMdl(
tMCA_CL
mcl, tMCA_DEP dep, UINT16 data_psm,
376
MCA_API extern tMCA_RESULT MCA_CreateMdlRsp(
tMCA_CL
mcl, tMCA_DEP dep,
406
MCA_API extern tMCA_RESULT MCA_ReconnectMdl(
tMCA_CL
mcl, tMCA_DEP dep, UINT16 data_psm,
422
MCA_API extern tMCA_RESULT MCA_ReconnectMdlRsp(
tMCA_CL
mcl, tMCA_DEP dep,
438
MCA_API extern tMCA_RESULT MCA_DataChnlCfg(
tMCA_CL
mcl, const tMCA_CHNL_CFG *p_chnl_cfg);
450
MCA_API extern tMCA_RESULT MCA_Abort(
tMCA_CL
mcl)
[
all
...]
/external/bluetooth/bluedroid/stack/mcap/
mca_api.c
327
** This control channel is identified by the
tMCA_CL
.
391
tMCA_RESULT MCA_DisconnectReq(
tMCA_CL
mcl)
423
tMCA_RESULT MCA_CreateMdl(
tMCA_CL
mcl, tMCA_DEP dep, UINT16 data_psm,
501
tMCA_RESULT MCA_CreateMdlRsp(
tMCA_CL
mcl, tMCA_DEP dep,
599
tMCA_RESULT MCA_ReconnectMdl(
tMCA_CL
mcl, tMCA_DEP dep, UINT16 data_psm,
667
tMCA_RESULT MCA_ReconnectMdlRsp(
tMCA_CL
mcl, tMCA_DEP dep,
734
tMCA_RESULT MCA_DataChnlCfg(
tMCA_CL
mcl, const tMCA_CHNL_CFG *p_chnl_cfg)
781
tMCA_RESULT MCA_Abort(
tMCA_CL
mcl)
831
tMCA_RESULT MCA_Delete(
tMCA_CL
mcl, UINT16 mdl_id)
[
all
...]
mca_main.c
322
p_ccb = mca_ccb_by_hdl((
tMCA_CL
)p_tbl->cb_idx);
371
p_ccb = mca_ccb_by_hdl((
tMCA_CL
)p_tbl->cb_idx);
413
p_ccb = mca_ccb_by_hdl((
tMCA_CL
)p_tbl->cb_idx);
454
p_ccb = mca_ccb_by_hdl((
tMCA_CL
)p_tbl->cb_idx);
mca_csm.c
327
** Description This function converts a pointer to a CCB to a
tMCA_CL
333
tMCA_CL
mca_ccb_to_hdl(tMCA_CCB *p_ccb)
349
tMCA_CCB *mca_ccb_by_hdl(
tMCA_CL
mcl)
mca_int.h
50
/*
tMCA_CL
ccb_idx; For internal use only */
114
/*
tMCA_CL
ccb_idx; For internal use only */
269
extern
tMCA_CL
mca_ccb_to_hdl(tMCA_CCB *p_ccb);
270
extern tMCA_CCB *mca_ccb_by_hdl(
tMCA_CL
mcl);
mca_l2c.c
320
p_ccb = mca_ccb_by_hdl((
tMCA_CL
)p_tbl->cb_idx);
/external/bluetooth/bluedroid/bta/hl/
bta_hl_act.c
[
all
...]
bta_hl_int.h
702
extern void bta_hl_mcap_ctrl_cback(tMCA_HANDLE handle,
tMCA_CL
mcl, UINT8 event,
[
all
...]
bta_hl_main.c
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_hl_api.h
144
typedef
tMCA_CL
tBTA_HL_MCL_HANDLE;
Completed in 138 milliseconds