Home
last modified time | relevance | path

Searched defs:item_idx (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/co/
Dbta_hl_co.c218 void bta_hl_co_save_mdl(UINT8 mdep_id, UINT8 item_idx, tBTA_HL_MDL_CFG *p_mdl_cfg ) in bta_hl_co_save_mdl()
244 void bta_hl_co_delete_mdl(UINT8 mdep_id, UINT8 item_idx) in bta_hl_co_delete_mdl()
/system/bt/btif/include/
Dbtif_hl.h307 #define BTIF_HL_GET_MDL_CFG_PTR(app_idx, item_idx) &(btif_hl_cb.acb[(app_idx)].mdl_cfg[(item_idx)]) argument
308 #define BTIF_HL_GET_MDL_CFG_CHANNEL_ID_PTR(app_idx, item_idx) &(btif_hl_cb.acb[(app_idx)].mdl_cfg_c… argument
/system/bt/btif/src/
Dbtif_hl.c4319 BOOLEAN btif_hl_save_mdl_cfg(UINT8 mdep_id, UINT8 item_idx, in btif_hl_save_mdl_cfg()
4387 BOOLEAN btif_hl_delete_mdl_cfg(UINT8 mdep_id, UINT8 item_idx){ in btif_hl_delete_mdl_cfg()
/system/bt/bta/hl/
Dbta_hl_int.h592 #define BTA_HL_GET_MDL_CFG_PTR(app_idx, item_idx) &(bta_hl_cb.acb[(app_idx)].mdl_cfg[(item_idx)]) argument