OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCA_CloseReq
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/include/
mca_api.h
272
** channels must be removed with MCA_DisconnectReq and
MCA_CloseReq
.
382
** Function
MCA_CloseReq
391
MCA_API extern tMCA_RESULT
MCA_CloseReq
(tMCA_DL mdl);
/external/bluetooth/bluedroid/bta/hl/
bta_hl_act.c
217
if (
MCA_CloseReq
((tMCA_DL) p_dcb->mdl_handle)!= MCA_SUCCESS)
840
if (
MCA_CloseReq
((tMCA_DL)p_dcb->mdl_handle)== MCA_SUCCESS)
954
if (
MCA_CloseReq
((tMCA_DL) p_dcb->mdl_handle) == MCA_SUCCESS)
[
all
...]
/external/bluetooth/bluedroid/stack/mcap/
mca_api.c
184
** channels must be removed with MCA_DisconnectReq and
MCA_CloseReq
.
560
** Function
MCA_CloseReq
569
tMCA_RESULT
MCA_CloseReq
(tMCA_DL mdl)
574
MCA_TRACE_API ("
MCA_CloseReq
: %d ", mdl);
[
all
...]
Completed in 32 milliseconds