Home
last modified time | relevance | path

Searched refs:delete_mdl_cfm (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_hl_api.h612 tBTA_HL_DELETE_MDL_CFM delete_mdl_cfm; member
/system/bt/bta/hl/
Dbta_hl_utils.c3282 p_evt_data->delete_mdl_cfm.mcl_handle = mcl_handle; in bta_hl_build_delete_mdl_cfm()
3283 p_evt_data->delete_mdl_cfm.app_handle = app_handle; in bta_hl_build_delete_mdl_cfm()
3284 p_evt_data->delete_mdl_cfm.mdl_id = mdl_id; in bta_hl_build_delete_mdl_cfm()
3285 p_evt_data->delete_mdl_cfm.status = status; in bta_hl_build_delete_mdl_cfm()
/system/bt/btif/src/
Dbtif_hl.c3595 p_data->delete_mdl_cfm.mcl_handle, in btif_hl_upstreams_evt()
3596 p_data->delete_mdl_cfm.mdl_id, in btif_hl_upstreams_evt()
3597 p_data->delete_mdl_cfm.status); in btif_hl_upstreams_evt()
3599 if (btif_hl_find_app_idx_using_deleted_mdl_id( p_data->delete_mdl_cfm.mdl_id, in btif_hl_upstreams_evt()