/system/bt/bta/hl/ |
D | bta_hl_act.c | 83 void bta_hl_dch_mca_cong_change(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_mca_cong_change() 117 void bta_hl_dch_echo_test(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_echo_test() 147 void bta_hl_dch_sdp_init(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_sdp_init() 193 void bta_hl_dch_close_echo_test(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_close_echo_test() 232 void bta_hl_dch_mca_rcv_data(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_mca_rcv_data() 298 void bta_hl_dch_ci_put_echo_data(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_ci_put_echo_data() 327 void bta_hl_dch_ci_get_echo_data(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_ci_get_echo_data() 369 void bta_hl_dch_ci_put_rx_data(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_ci_put_rx_data() 410 void bta_hl_dch_ci_get_tx_data(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_ci_get_tx_data() 485 void bta_hl_dch_send_data(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_send_data() [all …]
|
D | bta_hl_utils.c | 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() [all …]
|
D | bta_hl_main.c | 417 void bta_hl_cch_sm_execute(UINT8 app_idx, UINT8 mcl_idx, in bta_hl_cch_sm_execute() 475 void bta_hl_dch_sm_execute(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx, in bta_hl_dch_sm_execute() 683 UINT8 app_idx; in bta_hl_api_register() local 772 UINT8 app_idx; in bta_hl_api_deregister() local 801 UINT8 app_idx, mcl_idx; in bta_hl_api_cch_open() local 900 UINT8 app_idx, mcl_idx; in bta_hl_api_cch_close() local 961 UINT8 app_idx, mcl_idx, mdl_idx; in bta_hl_api_dch_open() local 1115 UINT8 app_idx, mcl_idx, mdl_idx; in bta_hl_api_dch_close() local 1184 UINT8 app_idx, mcl_idx, mdl_idx; in bta_hl_api_dch_reconnect() local 1325 UINT8 app_idx, mcl_idx, mdl_idx; in bta_hl_api_dch_echo_test() local [all …]
|
D | bta_hl_int.h | 350 UINT8 app_idx; member 370 UINT8 app_idx; member 380 UINT8 app_idx; member 543 UINT8 app_idx; member 551 UINT8 app_idx; member 586 #define BTA_HL_GET_APP_CB_PTR(app_idx) &(bta_hl_cb.acb[(app_idx)]) argument 587 #define BTA_HL_GET_MCL_CB_PTR(app_idx, mcl_idx) &(bta_hl_cb.acb[(app_idx)].mcb[(mcl_idx)]) argument 588 #define BTA_HL_GET_MDL_CB_PTR(app_idx, mcl_idx, mdl_idx) &(bta_hl_cb.acb[(app_idx)].mcb[(mcl_idx)].… argument 589 #define BTA_HL_GET_MDL_CFG_PTR(app_idx, item_idx) &(bta_hl_cb.acb[(app_idx)].mdl_cfg[(item_idx)]) argument 590 #define BTA_HL_GET_ECHO_CFG_PTR(app_idx) &(bta_hl_cb.acb[(app_idx)].sup_feature.echo_cfg) argument [all …]
|
D | bta_hl_sdp.c | 374 tBTA_HL_STATUS bta_hl_sdp_register (UINT8 app_idx) in bta_hl_sdp_register()
|
/system/bt/btif/co/ |
D | bta_hl_co.c | 73 UINT8 app_idx; in bta_hl_co_get_num_of_mdep() local 104 UINT8 app_idx; in bta_hl_co_advrtise_source_sdp() local 140 UINT8 app_idx; in bta_hl_co_get_mdep_config() local 180 UINT8 app_idx; in bta_hl_co_get_echo_config() local 324 UINT8 app_idx, mcl_idx, mdl_idx; in bta_hl_co_get_tx_data() local 369 UINT8 app_idx, mcl_idx, mdl_idx; in bta_hl_co_put_rx_data() local
|
/system/bt/btif/src/ |
D | btif_hl.c | 296 void btif_hl_stop_cch_timer(UINT8 app_idx, UINT8 mcl_idx) in btif_hl_stop_cch_timer() 312 void btif_hl_start_cch_timer(UINT8 app_idx, UINT8 mcl_idx) in btif_hl_start_cch_timer() 333 static BOOLEAN btif_hl_find_mdl_idx(UINT8 app_idx, UINT8 mcl_idx, UINT16 mdl_id, in btif_hl_find_mdl_idx() 369 BOOLEAN btif_hl_is_the_first_reliable_existed(UINT8 app_idx, UINT8 mcl_idx ) in btif_hl_is_the_first_reliable_existed() 443 static void btif_hl_clean_mcl_cb(UINT8 app_idx, UINT8 mcl_idx) in btif_hl_clean_mcl_cb() 461 static void btif_hl_reset_mdep_filter(UINT8 app_idx) in btif_hl_reset_mdep_filter() 476 static BOOLEAN btif_hl_find_sdp_idx_using_mdep_filter(UINT8 app_idx, UINT8 mcl_idx, UINT8 *p_sdp_id… in btif_hl_find_sdp_idx_using_mdep_filter() 555 BOOLEAN btif_hl_is_reconnect_possible(UINT8 app_idx, UINT8 mcl_idx, int mdep_cfg_idx, in btif_hl_is_reconnect_possible() 681 UINT8 app_idx, mcl_idx; in btif_hl_dch_open() local 787 void btif_hl_dch_abort(UINT8 app_idx, UINT8 mcl_idx){ in btif_hl_dch_abort() [all …]
|
/system/bt/btif/include/ |
D | btif_hl.h | 129 UINT8 app_idx; member 139 UINT8 app_idx; member 258 UINT8 app_idx; member 285 UINT8 app_idx; member 304 #define BTIF_HL_GET_APP_CB_PTR(app_idx) &(btif_hl_cb.acb[(app_idx)]) argument 305 #define BTIF_HL_GET_MCL_CB_PTR(app_idx, mcl_idx) &(btif_hl_cb.acb[(app_idx)].mcb[(mcl_idx)]) argument 306 #define BTIF_HL_GET_MDL_CB_PTR(app_idx, mcl_idx, mdl_idx) &(btif_hl_cb.acb[(app_idx)].mcb[(mcl_idx)… argument 307 #define BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx) &(btif_hl_cb.acb[app_idx].mcb[mcl_idx].pcb) argument 308 #define BTIF_HL_GET_MDL_CFG_PTR(app_idx, item_idx) &(btif_hl_cb.acb[(app_idx)].mdl_cfg[(item_idx)]) argument 309 #define BTIF_HL_GET_MDL_CFG_CHANNEL_ID_PTR(app_idx, item_idx) &(btif_hl_cb.acb[(app_idx)].mdl_cfg_c… argument
|