Lines Matching defs:app_idx

49 BOOLEAN bta_hl_set_ctrl_psm_for_dch(UINT8 app_idx, UINT8 mcl_idx,  in bta_hl_set_ctrl_psm_for_dch()
244 void bta_hl_clean_mdl_cb(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx) in bta_hl_clean_mdl_cb()
295 BOOLEAN bta_hl_find_service_in_db( UINT8 app_idx, UINT8 mcl_idx, in bta_hl_find_service_in_db()
335 UINT16 bta_hl_get_service_uuids(UINT8 sdp_oper, UINT8 app_idx, UINT8 mcl_idx, in bta_hl_get_service_uuids()
381 BOOLEAN bta_hl_find_echo_cfg_rsp(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdep_idx, UINT8 cfg, in bta_hl_find_echo_cfg_rsp()
427 BOOLEAN bta_hl_validate_cfg(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_validate_cfg()
486 UINT8 app_idx = 0, mcl_idx = 0; in bta_hl_find_cch_cb_indexes() local
595 UINT8 app_idx = 0, mcl_idx = 0, mdl_idx = 0; in bta_hl_find_dch_cb_indexes() local
761 UINT16 bta_hl_allocate_mdl_id(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx ) in bta_hl_allocate_mdl_id()
819 BOOLEAN bta_hl_find_mdl_idx(UINT8 app_idx, UINT8 mcl_idx, UINT16 mdl_id, in bta_hl_find_mdl_idx()
858 BOOLEAN bta_hl_find_an_active_mdl_idx(UINT8 app_idx, UINT8 mcl_idx, in bta_hl_find_an_active_mdl_idx()
896 BOOLEAN bta_hl_find_dch_setup_mdl_idx(UINT8 app_idx, UINT8 mcl_idx, in bta_hl_find_dch_setup_mdl_idx()
934 BOOLEAN bta_hl_find_an_in_use_mcl_idx(UINT8 app_idx, in bta_hl_find_an_in_use_mcl_idx()
1130 BOOLEAN bta_hl_find_mcl_idx(UINT8 app_idx, BD_ADDR p_bd_addr, UINT8 *p_mcl_idx) in bta_hl_find_mcl_idx()
1229 BOOLEAN bta_hl_is_the_first_reliable_existed(UINT8 app_idx, UINT8 mcl_idx ) in bta_hl_is_the_first_reliable_existed()
1261 BOOLEAN bta_hl_find_non_active_mdl_cfg(UINT8 app_idx, UINT8 start_mdl_cfg_idx, in bta_hl_find_non_active_mdl_cfg()
1322 BOOLEAN bta_hl_find_avail_mdl_cfg_idx(UINT8 app_idx, UINT8 mcl_idx, in bta_hl_find_avail_mdl_cfg_idx()
1417 BOOLEAN bta_hl_find_mdl_cfg_idx(UINT8 app_idx, UINT8 mcl_idx, in bta_hl_find_mdl_cfg_idx()
1465 BOOLEAN bta_hl_get_cur_time(UINT8 app_idx, UINT8 *p_cur_time) in bta_hl_get_cur_time()
1534 void bta_hl_sort_cfg_time_idx(UINT8 app_idx, UINT8 *a, UINT8 n) in bta_hl_sort_cfg_time_idx()
1564 void bta_hl_compact_mdl_cfg_time(UINT8 app_idx, UINT8 mdep_id) in bta_hl_compact_mdl_cfg_time()
1616 BOOLEAN bta_hl_is_mdl_exsit_in_mcl(UINT8 app_idx, BD_ADDR bd_addr, in bta_hl_is_mdl_exsit_in_mcl()
1658 BOOLEAN bta_hl_delete_mdl_cfg(UINT8 app_idx, BD_ADDR bd_addr, in bta_hl_delete_mdl_cfg()
1743 BOOLEAN bta_hl_find_mdep_cfg_idx(UINT8 app_idx, tBTA_HL_MDEP_ID local_mdep_id, in bta_hl_find_mdep_cfg_idx()
1782 void bta_hl_find_rxtx_apdu_size(UINT8 app_idx, UINT8 mdep_cfg_idx, in bta_hl_find_rxtx_apdu_size()
1830 BOOLEAN bta_hl_validate_peer_cfg(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_validate_peer_cfg()
1885 tBTA_HL_STATUS bta_hl_chk_local_cfg(UINT8 app_idx, UINT8 mcl_idx, in bta_hl_chk_local_cfg()
1914 BOOLEAN bta_hl_validate_reconnect_params(UINT8 app_idx, UINT8 mcl_idx, in bta_hl_validate_reconnect_params()
1996 BOOLEAN bta_hl_find_avail_mcl_idx(UINT8 app_idx, UINT8 *p_mcl_idx) in bta_hl_find_avail_mcl_idx()
2033 BOOLEAN bta_hl_find_avail_mdl_idx(UINT8 app_idx, UINT8 mcl_idx, in bta_hl_find_avail_mdl_idx()
2304 tBTA_HL_STATUS bta_hl_app_registration(UINT8 app_idx) in bta_hl_app_registration()
2477 void bta_hl_save_mdl_cfg(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx ) in bta_hl_save_mdl_cfg()
2548 void bta_hl_set_dch_chan_cfg(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx,tBTA_HL_DATA *p_data) in bta_hl_set_dch_chan_cfg()
2711 BOOLEAN bta_hl_validate_chan_cfg(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx) in bta_hl_validate_chan_cfg()
2769 UINT8 app_idx = 0, mcl_idx, mdl_idx; in bta_hl_is_cong_on() local
2796 void bta_hl_check_cch_close(UINT8 app_idx, UINT8 mcl_idx, tBTA_HL_DATA *p_data, BOOLEAN check_dch_s… in bta_hl_check_cch_close()
2849 void bta_hl_clean_app(UINT8 app_idx) in bta_hl_clean_app()
2885 void bta_hl_check_deregistration(UINT8 app_idx, tBTA_HL_DATA *p_data ) in bta_hl_check_deregistration()
2938 UINT8 app_idx; in bta_hl_check_disable() local