OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_hl_dch_mca_close_ind
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/hl/
bta_hl_int.h
654
extern void
bta_hl_dch_mca_close_ind
(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx,
[
all
...]
bta_hl_main.c
65
BTA_HL_DCH_MCA_CLOSE_IND
,
101
bta_hl_dch_mca_close_ind
,
180
/* BTA_HL_MCA_CLOSE_IND_EVT */ {
BTA_HL_DCH_MCA_CLOSE_IND
, BTA_HL_DCH_CLOSING_ST},
215
/* BTA_HL_MCA_CLOSE_IND_EVT */ {
BTA_HL_DCH_MCA_CLOSE_IND
, BTA_HL_DCH_CLOSING_ST},
[
all
...]
bta_hl_act.c
727
** Function
bta_hl_dch_mca_close_ind
734
void
bta_hl_dch_mca_close_ind
(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx,
function
741
APPL_TRACE_DEBUG1("
bta_hl_dch_mca_close_ind
dch oper=%s", bta_hl_dch_oper_code(p_dcb->dch_oper));
743
APPL_TRACE_DEBUG1("
bta_hl_dch_mca_close_ind
dch oper=%d", p_dcb->dch_oper);
[
all
...]
Completed in 27 milliseconds