OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_hl_cb
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/bta/hl/
bta_hl_act.c
[
all
...]
bta_hl_main.c
405
tBTA_HL_CB
bta_hl_cb
;
variable
704
bta_hl_cb
.p_alloc_psm = L2CA_AllocatePSM;
705
p_acb->ctrl_psm =
bta_hl_cb
.p_alloc_psm();
706
p_acb->data_psm =
bta_hl_cb
.p_alloc_psm();
[
all
...]
bta_hl_int.h
583
extern tBTA_HL_CB
bta_hl_cb
;
586
#define
bta_hl_cb
(*bta_hl_cb_ptr)
macro
589
#define BTA_HL_GET_CB_PTR() &(
bta_hl_cb
)
590
#define BTA_HL_GET_APP_CB_PTR(app_idx) &(
bta_hl_cb
.acb[(app_idx)])
591
#define BTA_HL_GET_MCL_CB_PTR(app_idx, mcl_idx) &(
bta_hl_cb
.acb[(app_idx)].mcb[(mcl_idx)])
592
#define BTA_HL_GET_MDL_CB_PTR(app_idx, mcl_idx, mdl_idx) &(
bta_hl_cb
.acb[(app_idx)].mcb[(mcl_idx)].mdl[mdl_idx])
593
#define BTA_HL_GET_MDL_CFG_PTR(app_idx, item_idx) &(
bta_hl_cb
.acb[(app_idx)].mdl_cfg[(item_idx)])
594
#define BTA_HL_GET_ECHO_CFG_PTR(app_idx) &(
bta_hl_cb
.acb[(app_idx)].sup_feature.echo_cfg)
595
#define BTA_HL_GET_MDEP_CFG_PTR(app_idx, mdep_cfg_idx) &(
bta_hl_cb
.acb[(app_idx)].sup_feature.mdep[mdep_cfg_idx].mdep_cfg)
597
&(
bta_hl_cb
.acb[(app_idx)].sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[data_cfg_idx]
[
all
...]
bta_hl_utils.c
1055
if (
bta_hl_cb
.acb[i].in_use &&
1056
(
bta_hl_cb
.acb[i].app_id == app_id))
1091
if (
bta_hl_cb
.acb[i].in_use &&
1092
(
bta_hl_cb
.acb[i].app_handle == app_handle))
[
all
...]
Completed in 592 milliseconds